Skip to content

Commit d8ceac1

Browse files
committed
fix release.yml
1 parent f67af07 commit d8ceac1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ permissions:
77

88
jobs:
99
build-and-publish:
10+
runs-on: ubuntu-latest
1011
permissions:
11-
id-token: write # enable GitHub OIDC token issuance for this job
12+
id-token: write
1213

1314
steps:
1415
- name: Checkout

0 commit comments

Comments
 (0)