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 59763dd commit cdbefcdCopy full SHA for cdbefcd
.github/workflows/release.yml
@@ -29,6 +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 != '') }}
33
with:
34
tag_name: ${{ steps.version.outputs.new_tag }}
35
name: Release ${{ steps.version.outputs.new_tag }}
0 commit comments