Skip to content

Commit

Permalink
npm ls
Browse files Browse the repository at this point in the history
  • Loading branch information
AndWeHaveAPlan authored Oct 1, 2024
1 parent b3ecedc commit 13ab932
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tag-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: cargo publish
- name: npm publish
run: |
npm install
npm run build
cd npm_dist/
ls -al
npm publish --dry-run
#
Expand Down Expand Up @@ -214,5 +215,6 @@ jobs:
npm install;
npm run build;
cd npm_dist/;
ls -al
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc;
npm publish --access public;

0 comments on commit 13ab932

Please sign in to comment.