We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f186760 commit b5a262bCopy full SHA for b5a262b
.github/workflows/ant.yml
@@ -52,7 +52,7 @@ jobs:
52
with:
53
josm-revision: ${{ matrix.josm-revision }}
54
java-version: 17
55
- perform-revision-tagging: ${{ github.repository == 'JOSM/MapRoulette' && github.ref_type == 'branch' && github.ref_name == 'master' && github.event_name != 'schedule' && github.event_name != 'pull_request' && matrix.josm-revision == 'r19044' }}
+ perform-revision-tagging: ${{ github.repository == 'JOSM/MapRoulette' && github.ref_type == 'branch' && github.ref_name == 'master' && github.event_name != 'schedule' && github.event_name != 'pull_request' && matrix.josm-revision == 'r19330' }}
56
secrets: inherit
57
permissions:
58
attestations: write
0 commit comments