Skip to content

Commit

Permalink
ci: bump release action and set workdir (#23938)
Browse files Browse the repository at this point in the history
  • Loading branch information
technicallyty authored Mar 7, 2025
1 parent 07f4de8 commit 429dd08
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 429dd08

Please sign in to comment.