Skip to content

Commit

Permalink
fix: allow publish from HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Jan 3, 2024
1 parent 8951377 commit 2f5fb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install cargo-release
run: cargo install cargo-release
- name: Publish crates
run: cargo release --workspace --no-push --no-tag --exclude ibc-derive --execute
run: cargo release --workspace --no-push --no-tag --allow-branch [HEAD, *] --exclude ibc-derive --execute
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}

Expand Down

0 comments on commit 2f5fb81

Please sign in to comment.