Skip to content

Commit

Permalink
ci(server): replace --rm-dist with --clean due to depreciation.
Browse files Browse the repository at this point in the history
  • Loading branch information
pyshx authored Jun 30, 2023
1 parent 4329605 commit 07f50b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
args: release --rm-dist ${{ env.SNAPSHOT }}
args: release --clean ${{ env.SNAPSHOT }}
workdir: server
env:
SNAPSHOT: ${{ github.event.inputs.new_tag != 'blank' && '--snapshot' || '' }}
Expand Down

0 comments on commit 07f50b8

Please sign in to comment.