Skip to content

Commit

Permalink
Revert "temp: Force re-build v0.28.0"
Browse files Browse the repository at this point in the history
This reverts commit fba816d.
  • Loading branch information
drklee3 committed Feb 18, 2025
1 parent 2de6724 commit c4c7ab4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ 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 @@ -51,9 +47,6 @@ 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 c4c7ab4

Please sign in to comment.