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 b2194a5 commit 8435251Copy full SHA for 8435251
.github/workflows/tag_release.yml
@@ -26,15 +26,15 @@ jobs:
26
dry_run: ${{ inputs.dry_run }}
27
28
- name: Create release
29
- if: ${{ inputs.dry_run == 'false' }}
+ if: ${{ inputs.dry_run != 'true' }}
30
uses: ncipollo/release-action@v1.14.0
31
with:
32
tag: ${{ steps.tag_version.outputs.new_tag }}
33
name: ${{ steps.tag_version.outputs.new_version }}
34
body: ${{ steps.tag_version.outputs.changelog }}
35
36
publish_packages:
37
38
name: Publish packages
39
uses: './.github/workflows/publish.yml'
40
secrets: inherit
0 commit comments