We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f632fbc commit 21f7240Copy full SHA for 21f7240
.github/workflows/release.yml
@@ -304,15 +304,15 @@ jobs:
304
305
306
- name: publish cmaze
307
- if: ${{ fromJSON(needs.create-release.outputs.do_smt) == true }}
+ if: ${{ needs.create-release.outputs.dry_run != 'yes' }}
308
uses: katyo/publish-crates@v2
309
with:
310
path: ./cmaze
311
registry-token: ${{ secrets.CRATES_IO }}
312
ignore-unpublished-changes: true
313
314
- name: publish tmaze
315
316
317
318
path: ./tmaze
0 commit comments