Skip to content

Commit

Permalink
Merge pull request #3420 from mapfish/fix-publish
Browse files Browse the repository at this point in the history
Fix publish
  • Loading branch information
sbrunner authored Sep 17, 2024
2 parents 8fd04a2 + ed9b397 commit ee95865
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,8 @@ jobs:
'content-type': 'application/java-archive'
},
});
env:
GIHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: startsWith(github.ref, 'refs/tags/') && env.HAS_SECRETS == 'HAS_SECRETS'

# Update the documentation
Expand Down

0 comments on commit ee95865

Please sign in to comment.