Skip to content

Commit

Permalink
Workflow permissions #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoopertempleclause committed Dec 25, 2023
1 parent a5a46fe commit 0f721b1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ jobs:
new_tag: ${{ steps.tag.outputs.new_tag }}

release:
runs-on: ubuntu-latest
needs: tag
if: needs.tag.outputs.bump
needs: tag
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 0f721b1

Please sign in to comment.