Skip to content

Commit

Permalink
Tweaks release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed May 26, 2023
1 parent 50e3c81 commit a971853
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Release
on:
push:
tags:
- "v*.*.*"
workflow_dispatch:

jobs:
Expand All @@ -13,6 +15,7 @@ jobs:
uses: kachick/wait-other-jobs@v1
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
min-interval-seconds: 5
if: startsWith(github.ref, 'refs/tags/')
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit a971853

Please sign in to comment.