Skip to content

Commit

Permalink
permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
tommerty committed Jan 5, 2025
1 parent cfa9fd4 commit a6c9039
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
build-and-release:
runs-on: ubuntu-latest
permissions: write-all

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -35,4 +36,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: ${{ steps.package_version.outputs.version }}
run: |
gh release create "v${VERSION}" --title "Release v${VERSION}" --generate-notes --discussion-category "General"
gh release create "v${VERSION}" \
--title "Release v${VERSION}" \
--generate-notes

0 comments on commit a6c9039

Please sign in to comment.