Skip to content

Commit

Permalink
Merge pull request #23 from contentstack/action-env-fix
Browse files Browse the repository at this point in the history
Updated workflow configuration
  • Loading branch information
praveen-mohan-cs authored Aug 27, 2024
2 parents 7368ae5 + 92e886d commit d78a415
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 @@ -28,7 +28,7 @@ jobs:
BRANCH: ${{secrets.BRANCH}}

publish-gpr:
needs: build
needs: test
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
BRANCH: ${{secrets.BRANCH}}

publish-npm:
needs: build
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
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.3",
"version": "1.0.4",
"description": "Contentstack type definition generation library",
"private": false,
"author": "Contentstack",
Expand Down

0 comments on commit d78a415

Please sign in to comment.