Skip to content

Commit

Permalink
fix: Correct the release pat;
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleBooth committed Oct 7, 2021
1 parent e634aee commit 1acc76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
if: needs.release.outputs.version_bump
needs:
- release
uses: PurpleBooth/common-pipelines/.github/workflows/commit-check.yml@main
uses: PurpleBooth/common-pipelines/.github/workflows/crate-release.yml@main
with:
current_version: ${{ needs.release.outputs.current_version }}
secrets:
Expand Down

0 comments on commit 1acc76c

Please sign in to comment.