Skip to content

Commit 42804e2

Browse files
authored
Fix duplicate GNPM_VERSION in docker.yml
Removed duplicate environment variable declaration for GNPM_VERSION.
1 parent 1ffc346 commit 42804e2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ on:
1212
- 'v?[0-9]+.[0-9]+.[0-9]+'
1313
env:
1414
TEST_TAG: etherpad/etherpad:test
15+
GNPM_VERSION: 0.1.0
1516
permissions:
1617
contents: read
1718

18-
env:
19-
GNPM_VERSION: 0.1.0
2019

2120
jobs:
2221
docker:

0 commit comments

Comments
 (0)