Skip to content

Commit

Permalink
build: trigger a Publish workflow from Prod Publish (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-makerx authored Jun 14, 2023
1 parent cf62ea5 commit 0efea6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/prod_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ jobs:
target_branch: main
message: Merge release back to main to get version increment [no ci]
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Trigger Publish
run: gh workflow run 'Publish' --ref release

0 comments on commit 0efea6c

Please sign in to comment.