diff --git a/.github/workflows/ant-release.yml b/.github/workflows/ant-release.yml index 699f5e9..aa42159 100644 --- a/.github/workflows/ant-release.yml +++ b/.github/workflows/ant-release.yml @@ -10,5 +10,6 @@ jobs: with: josm-revision: "r14153" perform-revision-tagging: ${{ github.repository == 'JOSM/continuos-download' && github.ref_type == 'branch' && github.ref_name == 'master' && github.event_name != 'schedule' && github.event_name != 'pull_request' && matrix.josm-revision == 'r14153' }} + plugin-jar-name: "continuosDownload" diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 2c9a190..2693115 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -23,6 +23,7 @@ jobs: with: josm-revision: ${{ matrix.josm-revision }} perform-revision-tagging: ${{ github.repository == 'JOSM/continuos-download' && github.ref_type == 'branch' && github.ref_name == 'master' && github.event_name != 'schedule' && github.event_name != 'pull_request' && matrix.josm-revision == 'r14153' }} + plugin-jar-name: "continuosDownload" secrets: inherit permissions: checks: write