Skip to content

Commit

Permalink
chore: fix release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Kaechele <felix@kaechele.ca>
  • Loading branch information
kaechele committed Jul 19, 2023
1 parent 1b29872 commit c3c9400
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ on:
jobs:
release:
runs-on: ubuntu-latest
environment: release
concurrency: release
permissions:
id-token: write
contents: write

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c3c9400

Please sign in to comment.