We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a289f31 commit 4849dc5Copy full SHA for 4849dc5
1 file changed
.github/workflows/release.yml
@@ -11,6 +11,8 @@ jobs:
11
release:
12
13
runs-on: ubuntu-latest
14
+ permissions:
15
+ contents: write
16
env:
17
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY }}
@@ -43,7 +45,7 @@ jobs:
43
45
if: false
44
46
uses: actions-js/push@master
47
with:
- github_token: ${{ secrets.JRELEASER_GITHUB_TOKEN }}
48
+ github_token: ${{ secrets.GITHUB_TOKEN }}
49
message: "ci: Releasing version ${{ github.event.inputs.version }}"
50
51
- name: Stage release
@@ -56,7 +58,7 @@ jobs:
56
58
57
59
60
61
62
message: "ci: Prepare for next development iteration"
63
64
- name: JReleaser release output
0 commit comments