Skip to content

Commit fba816d

Browse files
committed
temp: Force re-build v0.28.0
1 parent 6072501 commit fba816d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci-release.yml

+7
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
git-tag: ${{ steps.git-tag.outputs.tag }}
1919
steps:
2020
- uses: actions/checkout@v4
21+
with:
22+
# Force build tag again
23+
ref: "v0.28.0"
24+
2125
- id: git-tag
2226
run: echo "tag=$(git describe --always --tags --match='v*')" >> $GITHUB_OUTPUT
2327

@@ -47,6 +51,9 @@ jobs:
4751

4852
steps:
4953
- uses: actions/checkout@v4
54+
with:
55+
# Force build tag again
56+
ref: "v0.28.0"
5057

5158
- name: Set up Go
5259
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)