Skip to content

Commit

Permalink
fix: let tag-workflow completion trigger release-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
koozz committed Aug 22, 2022
1 parent 939e517 commit b5169ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
tags:
- "v*"
workflow_run:
workflows: ["Auto tag main"]
types:
- completed
workflow_dispatch:

permissions:
Expand All @@ -15,6 +19,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Pre-compile GitHub extension
uses: cli/gh-extension-precompile@v1.2.1
with:
Expand Down

0 comments on commit b5169ee

Please sign in to comment.