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 c20e92c commit 4afa3fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
release:
runs-on: ubuntu-latest
needs: build
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Download artifacts
Expand All @@ -58,8 +60,6 @@ jobs:
done
- name: Create release
uses: ncipollo/[email protected]
permissions:
contents: write
with:
artifacts: 'bin/gpt_cmd*'
tag: ${{ github.ref }}
Expand Down

0 comments on commit 4afa3fa

Please sign in to comment.