Skip to content

Commit 2fc2608

Browse files
committed
Enable OIDC trusted publishing
1 parent 30eb89b commit 2fc2608

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,8 @@ jobs:
4545
if: github.event.release.prelease == false
4646
run: yarn npm publish --tag latest --provenance
4747
working-directory: packages/react-datetime-picker
48-
env:
49-
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5048

5149
- name: Publish with next tag
5250
if: github.event.release.prelease == true
5351
run: yarn npm publish --tag next --provenance
5452
working-directory: packages/react-datetime-picker
55-
env:
56-
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)