We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b6f16 commit 837665eCopy full SHA for 837665e
.github/workflows/release.yml
@@ -18,6 +18,7 @@ jobs:
18
- name: Checkout repo
19
uses: actions/checkout@v5
20
with:
21
+ repository: "cometbft/cometbft"
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