Skip to content

Commit

Permalink
ci: release now depends on workflow version being run prior
Browse files Browse the repository at this point in the history
  • Loading branch information
alexogeny committed Aug 20, 2024
1 parent a838277 commit 9b286c4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Publish and Release

on:
push:
tags:
- "v*"
workflow_run:
workflows: ["Determine Next Version and Tag"]
types:
- completed

jobs:
publish:
Expand Down

0 comments on commit 9b286c4

Please sign in to comment.