Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Commit 785adbf

Browse files
authored
Merge pull request #6 from SpringQL/ci-fix/option
ci(fix): change cargo workspaces publish option to release git HEAD
2 parents 78b1308 + 93c24a6 commit 785adbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ jobs:
123123
- name: cargo make publish
124124
run: |
125125
cargo login "${{ secrets.CRATES_IO_TOKEN }}"
126-
cargo workspaces publish --no-git-commit
126+
cargo workspaces publish --from-git

0 commit comments

Comments
 (0)