Skip to content

Commit

Permalink
Shot in the dark
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Apr 3, 2024
1 parent b561c0f commit a174976
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@ on:
env:
TAG_NAME: ${{ github.event.inputs.tag-name || github.event.release.tag_name }}

permissions:
contents: write
permissions: write-all
# permissions:
# contents: write

jobs:
update-tag:
runs-on: ubuntu-latest
environment:
# Note: this environment is protected
name: Release
steps:
- uses: actions/[email protected]
with:
Expand Down

0 comments on commit a174976

Please sign in to comment.