Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
frankie567 committed Feb 13, 2024
1 parent bb25944 commit 7288ddb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,11 @@ jobs:
release:
runs-on: ubuntu-latest
environment: release
permissions:
id-token: write
needs: test
if: startsWith(github.ref, 'refs/tags/')
permissions:
contents: write
id-token: write

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

0 comments on commit 7288ddb

Please sign in to comment.