Skip to content

Commit 5b0de28

Browse files
committed
Remove dry-run from crate publish
Since a valid CRATES_IO_API_TOKEN has been added to the repository secrets.
1 parent 0c971e6 commit 5b0de28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,11 @@ jobs:
110110
command: package
111111
args: -p mithril-stm --list
112112

113-
# We use the '--dry-run' arg until we have a valid CRATES_IO_API_TOKEN to avoid the workflow to crash
114113
- name: Cargo publish
115114
uses: actions-rs/cargo@v1
116115
with:
117116
command: publish
118-
args: -p mithril-stm --token ${{ secrets.CRATES_IO_API_TOKEN }} --dry-run
117+
args: -p mithril-stm --token ${{ secrets.CRATES_IO_API_TOKEN }}
119118

120119
deploy-release:
121120
strategy:

0 commit comments

Comments
 (0)