We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 248b983 commit 7334c80Copy full SHA for 7334c80
.github/workflows/release.yaml
@@ -7,6 +7,7 @@ on:
7
push:
8
tags:
9
- "v*"
10
+ workflow_dispatch:
11
12
# Releases need permissions to read and write the repository contents.
13
# GitHub considers creating releases and uploading assets as writing contents.
@@ -17,9 +18,6 @@ jobs:
17
18
goreleaser:
19
runs-on: ubuntu-latest
20
steps:
- - name: Check if tag belongs to main branch
21
- if: endsWith(github.ref, 'main') == false
22
- run: exit -1
23
- uses: actions/checkout@v4
24
with:
25
# Allow goreleaser to access older tag information.
0 commit comments