We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7f8d82 commit dd88ae9Copy full SHA for dd88ae9
.github/workflows/changelog_builder.yml
@@ -8,6 +8,8 @@ jobs:
8
release:
9
if: startsWith(github.ref, 'refs/tags/')
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: write
13
steps:
14
- uses: actions/checkout@v2
15
@@ -20,7 +22,7 @@ jobs:
20
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21
23
24
- name: Create Release
- uses: ncipollo/release-action@v1
25
+ uses: ncipollo/release-action@v1.12.0
26
with:
27
tag_name: ${{ github.ref }}
28
release_name: ${{ github.ref }}
0 commit comments