Skip to content

Commit b8c95c8

Browse files
committed
initial commit
1 parent 837665e commit b8c95c8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Release 🚢
22

33
on:
4-
push:
5-
tags:
6-
- "v[0-9]+.[0-9]+.[0-9]+"
7-
- "v[0-9]+.[0-9]+.[0-9]+-[a-z]+"
84
workflow_dispatch:
95
inputs:
106
tag:
@@ -19,6 +15,7 @@ jobs:
1915
uses: actions/checkout@v5
2016
with:
2117
repository: "cometbft/cometbft"
18+
ref: ${{ github.event.inputs.tag }}
2219
fetch-depth: 0
2320
- run: echo "GO_VERSION=$(cat .github/workflows/go-version.env | grep GO_VERSION | cut -d '=' -f2)" >> $GITHUB_ENV
2421
- uses: actions/setup-go@v6

0 commit comments

Comments
 (0)