We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d180c0b commit 7bb323aCopy full SHA for 7bb323a
.github/workflows/release.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
tags:
6
- 'v*'
7
+ release:
8
+ types: [created, edited]
9
10
jobs:
11
build-and-publish:
@@ -148,6 +150,7 @@ jobs:
148
150
name: Create GitHub Release
149
151
runs-on: ubuntu-latest
152
needs: build-binaries
153
+ if: github.event_name == 'push' # Only create release when triggered by tag push
154
steps:
155
- uses: actions/checkout@v3
156
0 commit comments