Skip to content

Commit

Permalink
chore: remove npm validation
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdev3 committed Dec 14, 2023
1 parent eddc932 commit 2139582
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- name: Publish to NPM
id: publish
uses: JS-DevTools/npm-publish@v2
if: ${{ github.event.inputs.npm-release == 'true' }}
with:
token: ${{ secrets.NPM_TOKEN }}
package: "./package.json"
Expand Down

0 comments on commit 2139582

Please sign in to comment.