We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c971e6 commit 5b0de28Copy full SHA for 5b0de28
.github/workflows/release.yml
@@ -110,12 +110,11 @@ jobs:
110
command: package
111
args: -p mithril-stm --list
112
113
- # We use the '--dry-run' arg until we have a valid CRATES_IO_API_TOKEN to avoid the workflow to crash
114
- name: Cargo publish
115
uses: actions-rs/cargo@v1
116
with:
117
command: publish
118
- args: -p mithril-stm --token ${{ secrets.CRATES_IO_API_TOKEN }} --dry-run
+ args: -p mithril-stm --token ${{ secrets.CRATES_IO_API_TOKEN }}
119
120
deploy-release:
121
strategy:
0 commit comments