Skip to content

Commit

Permalink
temp: Force re-build v0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Feb 16, 2025
1 parent 6072501 commit fba816d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
git-tag: ${{ steps.git-tag.outputs.tag }}
steps:
- uses: actions/checkout@v4
with:
# Force build tag again
ref: "v0.28.0"

- id: git-tag
run: echo "tag=$(git describe --always --tags --match='v*')" >> $GITHUB_OUTPUT

Expand Down Expand Up @@ -47,6 +51,9 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
# Force build tag again
ref: "v0.28.0"

- name: Set up Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit fba816d

Please sign in to comment.