Skip to content

Commit

Permalink
Added LTS Tag to npm publish workflow (playcanvas#6971)
Browse files Browse the repository at this point in the history
  • Loading branch information
marklundin authored Sep 19, 2024
1 parent 949fa96 commit 8f3977f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
run: npm run publint

- name: Publish to npm
run: npm publish
run: npm publish --tag lts
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 8f3977f

Please sign in to comment.