Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Jun 22, 2023
1 parent 85a906d commit 336eb9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,19 @@ jobs:

call-build:
name: "Build & Test"
needs: call-lint
uses: ./.github/workflows/build.yml
secrets: inherit

call-staging:
name: "Staging"
needs: call-build
needs: [ call-lint, call-build ]
if: ${{ github.ref_name == 'develop' }}
uses: ./.github/workflows/staging.yml
secrets: inherit

call-release:
name: "Release"
needs: call-build
needs: [ call-lint, call-build ]
if: ${{ github.ref_protected == true }}
uses: ./.github/workflows/release.yml
secrets: inherit
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"eslint-config-typescript": "^3.0.0",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"semantic-release": "^21.0.2",
"semantic-release": "^21.0.5",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
Expand Down

0 comments on commit 336eb9c

Please sign in to comment.