We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b6b8c9 + 07620f7 commit 09cf3f7Copy full SHA for 09cf3f7
.github/workflows/release.yml
@@ -57,10 +57,11 @@ jobs:
57
github_token: ${{ secrets.GITHUB_TOKEN }}
58
release_branches: 'master,main,release/*'
59
60
+
61
- uses: ncipollo/release-action@v1
62
with:
- tag: ${{ steps.tag_version.outputs.new_tag }}
63
- name: Release ${{ steps.tag_version.outputs.new_tag }}
+ tag: ${{ steps.tag_version.outputs.new_tag || '1.0.0' }}
64
+ name: Release ${{ steps.tag_version.outputs.new_tag || '1.0.0' }}
65
body: ${{ steps.tag_version.outputs.changelog }}
66
artifacts: forms/target/*.jar
67
0 commit comments