Skip to content

Commit

Permalink
ci: Trigger release tag workflow on release please success (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson authored Jun 8, 2023
1 parent ee26a93 commit ba74462
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-please-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,10 @@ jobs:
package-name: mindthegap
pull-request-title-pattern: "build${scope}: release${component} ${version}"
changelog-notes-type: github

- if: ${{ steps.release-please.outputs.release_created }}
name: Run release workflow
uses: benc-uk/workflow-dispatch@v1
with:
workflow: release-tag.yaml
ref: ${{ steps.release-please.outputs.tag_name }}

0 comments on commit ba74462

Please sign in to comment.