We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5283c4c commit 45a91f7Copy full SHA for 45a91f7
.github/workflows/publish.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Publish package
30
run: |
31
rm -rf .npmrc && echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN_KOOBIQ" > ~/.npmrc
32
- npm run release:publish:ci-github -- -t v17-lts
+ npm run release:publish:ci-github -- -t latest
33
env:
34
NPM_TOKEN_KOOBIQ: ${{ secrets.NPM_PUBLISH_TOKEN }}
35
MATTERMOST_ENDPOINT_URL: ${{ secrets.MM_WEBHOOK_URL }}
0 commit comments