Update maven.yml
This commit is contained in:
parent
0f85c2aaa0
commit
99febc8216
1 changed files with 2 additions and 0 deletions
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
|
@ -26,6 +26,8 @@ jobs:
|
||||||
create_release:
|
create_release:
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write # This line gives the token permission to create releases
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Generate tag
|
- name: Generate tag
|
||||||
|
|
Loading…
Reference in a new issue