We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f24114 commit d80dd2cCopy full SHA for d80dd2c
.github/workflows/ant.yml
@@ -20,5 +20,6 @@ jobs:
20
uses: JOSM/JOSMPluginAction/.github/workflows/ant.yml@v3
21
with:
22
josm-revision: ${{ matrix.josm-revision }}
23
+ plugin-jar-name: 'highwaynamemodification'
24
perform-revision-tagging: ${{ matrix.josm-revision == 'r19044' && github.repository == 'JOSM/highwayNameModification' && github.ref_type == 'branch' && github.ref_name == 'master' && github.event_name != 'schedule' && github.event_name != 'pull_request' }}
25
secrets: inherit
0 commit comments