Skip to content

Commit

Permalink
Enable releasing (#33)
Browse files Browse the repository at this point in the history
Releasing writes a tag back to the repo's main branch, (which then triggers the build), so the job needs write permission on the repo's content to be able to push the tag.
  • Loading branch information
big-andy-coates authored Jan 24, 2023
1 parent 4f20453 commit 7efa38b
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 @@ -13,6 +13,8 @@ jobs:
release:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
permissions:
contents: write
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- name: Fetch version history
Expand Down

0 comments on commit 7efa38b

Please sign in to comment.