Skip to content

Commit

Permalink
chore(deps-dev): Bump semantic-release from 21.0.2 to 21.0.5 (#258)
Browse files Browse the repository at this point in the history
* build(deps-dev): Bump semantic-release from 21.0.2 to 21.0.5

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 21.0.2 to 21.0.5.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v21.0.2...v21.0.5)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <[email protected]>
  • Loading branch information
dependabot[bot] and ankurdotb authored Jun 22, 2023
1 parent a651244 commit 9609547
Show file tree
Hide file tree
Showing 3 changed files with 504 additions and 26 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
Loading

0 comments on commit 9609547

Please sign in to comment.