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

Commit

Permalink
(ci)Update build tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
Caitlyn-Mills committed Aug 30, 2022
1 parent 4e8f9bb commit c320d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildPackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
run: |
npm install

- run: npm publish --access public --dist-tag ${{ inputs.version }}
- run: npm publish --access public --tag ${{ inputs.version }}
env:
NODE_AUTH_TOKEN: ${{secrets.npm-token}}

0 comments on commit c320d76

Please sign in to comment.