Skip to content

Commit

Permalink
Merge branch 'main' into release-v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhwhite authored Feb 8, 2023
2 parents 361677d + 4721567 commit 737e42b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ jobs:
run: |
echo '//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}' >> ~/.npmrc
cd dist/ng-keyboard-sort
npm publish --tag next --access public
set -x
npm publish --access public --tag "v${{ steps.release.outputs.major }}-lts"

0 comments on commit 737e42b

Please sign in to comment.