Skip to content

Commit

Permalink
Attempt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Nov 18, 2023
1 parent cda3a4f commit f3cab8e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ name: release

# run only if ci completes and it was a tag push
on:
push:
tags:
- v*.*.*
workflow_run:
workflows: ["ci"]
types:
- completed
tags:
- v*.*.*

jobs:
release:
Expand Down

0 comments on commit f3cab8e

Please sign in to comment.