Skip to content

Commit

Permalink
[workflows/release] Try fixing release step permission
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdothtml committed May 30, 2024
1 parent 17efbc8 commit c20e92c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
done
- name: Create release
uses: ncipollo/release-action@v1.14.0
permissions:
contents: write
with:
artifacts: 'bin/gpt_cmd*'
tag: ${{ github.ref }}
Expand Down

0 comments on commit c20e92c

Please sign in to comment.