Skip to content

Commit 46ed2d7

Browse files
committed
Simplify npm publish
1 parent c817c2c commit 46ed2d7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build_test_release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,5 @@ jobs:
102102
npm pkg delete scripts --prefix packages/core/dist
103103
104104
- name: Publish @trrack/core
105-
env:
106-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
107-
run: npm publish --access public --provenance --tag "${{ steps.release_meta.outputs.dist_tag }}"
105+
run: npm publish --access public --tag "${{ steps.release_meta.outputs.dist_tag }}"
108106
working-directory: packages/core/dist

0 commit comments

Comments
 (0)