Skip to content

Commit

Permalink
chore: add release step condition in update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nohehf committed Sep 25, 2024
1 parent b9ee0f3 commit c1b1ba8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ jobs:
# Release
- uses: goreleaser/goreleaser-action@v4
name: Release new patch
if: steps.git_diff.outputs.diff_exists == 'true'
with:
args: "release --clean"
version: latest
Expand Down

0 comments on commit c1b1ba8

Please sign in to comment.