Skip to content

Commit 853573a

Browse files
Allow publishing from HEAD
1 parent 25052a3 commit 853573a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ jobs:
106106

107107
- name: Publish CLI
108108
working-directory: ./cli
109-
run: cargo release publish --execute --no-confirm --allow-branch *
109+
run: cargo release publish --execute --no-confirm --allow-branch HEAD

0 commit comments

Comments
 (0)