Skip to content

Commit

Permalink
Merge branch 'pingcap:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Yui-Song authored Aug 21, 2024
2 parents e624823 + 01c0653 commit b8f0fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -29,7 +29,7 @@ jobs:
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: build --snapshot --rm-dist
args: build --snapshot --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Package
Expand Down

0 comments on commit b8f0fae

Please sign in to comment.