Skip to content

Commit

Permalink
Merge pull request #21 from contentstack/action-env-fix
Browse files Browse the repository at this point in the history
Updated the workflow configuration
  • Loading branch information
praveen-mohan-cs authored Aug 27, 2024
2 parents 5a2cce0 + 48a1d3c commit d28c305
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
node-version: 18
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm publish
- run: npm publish --tag latest
env:
NODE_AUTH_TOKEN: ${{secrets.PKG_TOKEN}}
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
- run: npm publish --tag latest --access public
env:
NODE_AUTH_TOKEN: ${{secrets.TYPES_GENERATOR_AUTOMATION}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentstack/types-generator",
"version": "1.0.1",
"version": "1.0.2",
"description": "Contentstack type definition generation library",
"private": false,
"author": "Contentstack",
Expand Down

0 comments on commit d28c305

Please sign in to comment.