Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Remove npm version in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fuegoio committed May 8, 2024
1 parent 3df7f21 commit 2fcc564
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,4 @@ jobs:
- name: Publish
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> .npmrc
npm version ${{ github.ref_name }}
npm publish

0 comments on commit 2fcc564

Please sign in to comment.