Skip to content

Commit

Permalink
ci: Update GitHub release workflow permissions
Browse files Browse the repository at this point in the history
- Update permissions in release.yaml to allow `write-all` access
- Remove `VERSION` environment variable from release.yaml
  • Loading branch information
johnnyhuy committed May 19, 2024
1 parent fd3ef73 commit 61f8880
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:

permissions: write-all

env:
VERSION: ${{ github.ref_name }}

jobs:
publish-package:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 61f8880

Please sign in to comment.