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 121b307 commit 881292fCopy full SHA for 881292f
.github/workflows/build.yml
@@ -55,7 +55,7 @@ jobs:
55
uses: actions-rs/cargo@v1
56
with:
57
command: publish
58
- args: --token ${{ secrets.CRATES_IO_TOKEN }} --dry-run
+ args: --token ${{ secrets.CRATES_IO_TOKEN }}
59
60
release-staging:
61
if: github.ref == 'refs/heads/staging'
@@ -79,5 +79,5 @@ jobs:
79
80
81
82
- args: --token ${{ secrets.CRATES_IO_TOKEN }} --allow-dirty --dry-run
+ args: --token ${{ secrets.CRATES_IO_TOKEN }} --allow-dirty
83
0 commit comments