Skip to content

Commit

Permalink
Add release permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-lang committed Jul 11, 2023
1 parent fb8d943 commit 596163f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
# The type of runner that the job will run on
runs-on: ubuntu-latest

# Required for release
permissions:
contents: write

steps:
- name: "Determine tag"
run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
Expand Down

0 comments on commit 596163f

Please sign in to comment.