Skip to content

Commit

Permalink
Merge branch 'release/v0.53.x' into chore/cleanup-app
Browse files Browse the repository at this point in the history
  • Loading branch information
aljo242 authored Mar 7, 2025
2 parents afa5ada + 429dd08 commit a88dffc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-simd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
git tag -d ${{ env.RELEASE_VERSION }} || echo "No such a tag exists before"
git tag ${{ env.RELEASE_VERSION }} HEAD
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v6
with:
version: v2.7.0
args: release --clean
workdir: .
workdir: simapp
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_CURRENT_TAG: ${{ env.RELEASE_VERSION }}
Expand Down

0 comments on commit a88dffc

Please sign in to comment.