Skip to content

Commit 5fe8ce5

Browse files
committed
Fixes missing runs-on in workflow
1 parent b806707 commit 5fe8ce5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292

9393
release:
9494
if: ${{ env.PACKAGE == 'true' }}
95+
runs-on: ubuntu-latest
9596
permissions:
9697
id-token: write
9798
pull-requests: read

0 commit comments

Comments
 (0)