Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf29f3 commit 0df2fe6Copy full SHA for 0df2fe6
.github/workflows/release.yaml
@@ -3,6 +3,8 @@ on:
3
push:
4
tags:
5
- "v*"
6
+ workflow_dispatch:
7
+
8
jobs:
9
goreleaser:
10
runs-on: macos-latest
0 commit comments