Skip to content

Commit

Permalink
ci: trigger release workflow after creating dev tag
Browse files Browse the repository at this point in the history
  • Loading branch information
cbuto committed Sep 20, 2023
1 parent ad73f75 commit 6ecae0c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/create-dev-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,9 @@ jobs:
- name: Push tag
run: git push --force --tags origin ${{ env.TAG }}

- name: Run release workflow
uses: benc-uk/workflow-dispatch@v121
with:
workflow: release.yaml
ref: ${{ env.TAG }}
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Release

on:
workflow_dispatch:
push:
tags:
- 'v*'
Expand Down

0 comments on commit 6ecae0c

Please sign in to comment.