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 c66a9ea commit 9825798Copy full SHA for 9825798
1 file changed
.github/workflows/deploy.yml
@@ -129,7 +129,7 @@ jobs:
129
- uses: actions/checkout@v4
130
131
- name: Dry-run publish API
132
- run: cargo publish --no-verify --dry-run -p portablemc
+ run: cargo publish --dry-run -p portablemc
133
134
- name: Dry-run publish CLI
135
- run: cargo publish --no-verify --dry-run -p portablemc-cli
+ run: cargo publish --dry-run -p portablemc-cli
0 commit comments