Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Jun 23, 2023
1 parent 20832a1 commit a016299
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ jobs:

call-build:
name: "Build & Test"
needs: call-lint
uses: ./.github/workflows/build.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 @@ -77,7 +77,7 @@
"@semantic-release/release-notes-generator": "^11.0.2",
"@types/jest": "^29.5.2",
"@types/node": "^20.2.5",
"@types/uuid": "^9.0.1",
"@types/uuid": "^9.0.2",
"conventional-changelog-conventionalcommits": "^5.0.0",
"cross-env": "^7.0.3",
"jest": "^29.5.0",
Expand Down

0 comments on commit a016299

Please sign in to comment.