We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 837665e commit b8c95c8Copy full SHA for b8c95c8
.github/workflows/release.yml
@@ -1,10 +1,6 @@
1
name: Release 🚢
2
3
on:
4
- push:
5
- tags:
6
- - "v[0-9]+.[0-9]+.[0-9]+"
7
- - "v[0-9]+.[0-9]+.[0-9]+-[a-z]+"
8
workflow_dispatch:
9
inputs:
10
tag:
@@ -19,6 +15,7 @@ jobs:
19
15
uses: actions/checkout@v5
20
16
with:
21
17
repository: "cometbft/cometbft"
18
+ ref: ${{ github.event.inputs.tag }}
22
fetch-depth: 0
23
- run: echo "GO_VERSION=$(cat .github/workflows/go-version.env | grep GO_VERSION | cut -d '=' -f2)" >> $GITHUB_ENV
24
- uses: actions/setup-go@v6
0 commit comments