We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc8d88 commit e43af6eCopy full SHA for e43af6e
1 file changed
.github/workflows/maven.yml
@@ -29,6 +29,8 @@ jobs:
29
- name: Build
30
run: mvn ${{ env.maven_commands }}
31
release:
32
+ permissions:
33
+ contents: write
34
needs: build
35
if: startsWith(github.ref, 'refs/tags')
36
runs-on: ubuntu-latest
0 commit comments