Skip to content

Commit 8df519d

Browse files
authored
ci: publish to npm explicitly as latest tag (#162)
1 parent ea85684 commit 8df519d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install Dependencies
3333
run: npm ci
3434
- name: Publish to npm
35-
run: npm publish
35+
run: npm publish --tag latest
3636
- name: Create Release
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)