Skip to content

Commit 45a91f7

Browse files
committed
chore(ci): added latest npm dist tag
1 parent 5283c4c commit 45a91f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Publish package
3030
run: |
3131
rm -rf .npmrc && echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN_KOOBIQ" > ~/.npmrc
32-
npm run release:publish:ci-github -- -t v17-lts
32+
npm run release:publish:ci-github -- -t latest
3333
env:
3434
NPM_TOKEN_KOOBIQ: ${{ secrets.NPM_PUBLISH_TOKEN }}
3535
MATTERMOST_ENDPOINT_URL: ${{ secrets.MM_WEBHOOK_URL }}

0 commit comments

Comments
 (0)