Skip to content

Commit

Permalink
Re-add release permission
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdothtml committed Jun 1, 2024
1 parent d7710de commit 3926e9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ on:
- 'v*.*.*'

jobs:
build_and_release:
build:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3926e9d

Please sign in to comment.