Skip to content

Commit 09cf3f7

Browse files
Merge pull request #16 from devgateway/task/DVIZ-24/admin-docker-optimization
chore(DVIZ-24): fix build errors in pom.xml
2 parents 1b6b8c9 + 07620f7 commit 09cf3f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,11 @@ jobs:
5757
github_token: ${{ secrets.GITHUB_TOKEN }}
5858
release_branches: 'master,main,release/*'
5959

60+
6061
- uses: ncipollo/release-action@v1
6162
with:
62-
tag: ${{ steps.tag_version.outputs.new_tag }}
63-
name: Release ${{ steps.tag_version.outputs.new_tag }}
63+
tag: ${{ steps.tag_version.outputs.new_tag || '1.0.0' }}
64+
name: Release ${{ steps.tag_version.outputs.new_tag || '1.0.0' }}
6465
body: ${{ steps.tag_version.outputs.changelog }}
6566
artifacts: forms/target/*.jar
6667

0 commit comments

Comments
 (0)