Skip to content

Commit f938172

Browse files
committed
fix: remove environment requirement for immediate publishing
1 parent 3248eaf commit f938172

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ on:
77
jobs:
88
deploy:
99
runs-on: ubuntu-latest
10-
environment: release
1110
permissions:
12-
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
11+
id-token: write
1312

1413
steps:
1514
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)