Skip to content

Commit

Permalink
Allow publishing from HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoniosBarotsis committed Feb 16, 2023
1 parent 25052a3 commit 853573a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ jobs:

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

0 comments on commit 853573a

Please sign in to comment.