We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc8ade2 + ba81783 commit f58d499Copy full SHA for f58d499
1 file changed
.github/workflows/npm-publish.yml
@@ -29,6 +29,6 @@ jobs:
29
registry-url: 'https://npm.pkg.github.com'
30
scope: '@contentstack'
31
- run: npm ci
32
- - run: npm publish --tag beta
+ - run: npm publish --tag latest
33
env:
34
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments