Skip to content

Commit 60f3b7b

Browse files
authored
Remove environment reference
1 parent c70470b commit 60f3b7b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
jobs:
99
publish:
1010
runs-on: ubuntu-latest
11-
environment: production
1211
permissions:
1312
id-token: write
1413
contents: read
@@ -25,5 +24,3 @@ jobs:
2524
run: yarn --frozen-lockfile --non-interactive --silent
2625
- name: Publish
2726
uses: JS-DevTools/npm-publish@v4
28-
with:
29-
provenance: true

0 commit comments

Comments
 (0)