Skip to content

Commit

Permalink
ci: fix publish workflow (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed May 26, 2024
1 parent 1690ad6 commit 5f734f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
# disables this workflow from running in a repository that is not part of the indicated organization/user
if: github.repository_owner == 'afuetterer'
runs-on: ubuntu-24.04
needs: build
environment: publish
permissions:
id-token: write
Expand Down

0 comments on commit 5f734f7

Please sign in to comment.