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 7944dac commit c773c07Copy full SHA for c773c07
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
RELEASE_BRANCHES: main
30
- name: Create release
31
uses: softprops/action-gh-release@v2
32
- if: ${{ (steps.version.outputs.new_tag != '') }}
+ if: ${{ (steps.version.outputs.old_tag != '') }}
33
with:
34
tag_name: ${{ steps.version.outputs.new_tag }}
35
name: Release ${{ steps.version.outputs.new_tag }}
0 commit comments