Skip to content

Commit 6efbe10

Browse files
committed
build(npmjs): update workflow to work with trusted publishers
1 parent 61b5810 commit 6efbe10

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/post-merge.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- uses: actions/setup-node@v3
1818
with:
1919
node-version: "18"
20+
registry-url: "https://registry.npmjs.org"
2021
- uses: actions/setup-go@v3
2122
- name: Build
2223
run: |
@@ -45,5 +46,3 @@ jobs:
4546
yarn
4647
yarn build
4748
yarn publish
48-
env:
49-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)