Skip to content

Commit

Permalink
Fixes missing runs-on in workflow
Browse files Browse the repository at this point in the history
coordt committed Dec 17, 2024
1 parent b806707 commit 5fe8ce5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -92,6 +92,7 @@ jobs:

release:
if: ${{ env.PACKAGE == 'true' }}
runs-on: ubuntu-latest
permissions:
id-token: write
pull-requests: read

0 comments on commit 5fe8ce5

Please sign in to comment.