Skip to content

Commit d78a415

Browse files
Merge pull request #23 from contentstack/action-env-fix
Updated workflow configuration
2 parents 7368ae5 + 92e886d commit d78a415

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/npm-publish-github-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
BRANCH: ${{secrets.BRANCH}}
2929

3030
publish-gpr:
31-
needs: build
31+
needs: test
3232
runs-on: ubuntu-latest
3333
permissions:
3434
contents: read

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
BRANCH: ${{secrets.BRANCH}}
2929

3030
publish-npm:
31-
needs: build
31+
needs: test
3232
runs-on: ubuntu-latest
3333
steps:
3434
- uses: actions/checkout@v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/types-generator",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Contentstack type definition generation library",
55
"private": false,
66
"author": "Contentstack",

0 commit comments

Comments
 (0)