Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Commit

Permalink
Update npm-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonredding committed Sep 10, 2022
1 parent 0874632 commit 027280f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
with:
node-version: 16.x
registry-url: https://registry.npmjs.org/
- run: npm version ${{github.event.release.tag_name}}
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- run: npm version ${{github.event.release.tag_name}} --no-git-tag-version
- run: npm ci
- run: npm publish --access public
env:
Expand Down

0 comments on commit 027280f

Please sign in to comment.