Skip to content

Commit b9bb7a5

Browse files
committed
CI: Fix duplicate step on versioned release
1 parent c6363f1 commit b9bb7a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-cli.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
strip: true
5858

5959
- name: Publish artifact
60+
if: "!startsWith(github.ref, 'refs/tags/v')"
6061
uses: houseabsolute/actions-rust-release@v0
6162
with:
6263
executable-name: palettum

0 commit comments

Comments
 (0)