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 0cea5e8 commit b36e4a5Copy full SHA for b36e4a5
.github/workflows/build.yml
@@ -54,7 +54,8 @@ jobs:
54
- name: Publish Release
55
uses: actions-rs/cargo@v1
56
with:
57
- command: cargo publish --token ${{ secrets.CRATES_IO_TOKEN }} --dry-run
+ command: publish
58
+ args: --token ${{ secrets.CRATES_IO_TOKEN }} --dry-run
59
60
release-staging:
61
if: github.ref == 'refs/heads/staging'
@@ -81,5 +82,6 @@ jobs:
81
82
83
84
- command: cargo publish --token ${{ secrets.CRATES_IO_TOKEN }} --allow-dirty --dry-run
85
86
+ args: --token ${{ secrets.CRATES_IO_TOKEN }} --allow-dirty --dry-run
87
0 commit comments