Skip to content

Commit dd88ae9

Browse files
committed
Fix Github CI/CD
1 parent b7f8d82 commit dd88ae9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/changelog_builder.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
release:
99
if: startsWith(github.ref, 'refs/tags/')
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
1113
steps:
1214
- uses: actions/checkout@v2
1315

@@ -20,7 +22,7 @@ jobs:
2022
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2123

2224
- name: Create Release
23-
uses: ncipollo/release-action@v1
25+
uses: ncipollo/release-action@v1.12.0
2426
with:
2527
tag_name: ${{ github.ref }}
2628
release_name: ${{ github.ref }}

0 commit comments

Comments
 (0)