Skip to content

Commit 8415b74

Browse files
authored
Update deploy.yml
1 parent 61bb489 commit 8415b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
java-version: "17"
6363

6464
- name: Set version
65-
run: echo "VERSION=${{ github.run_number }}" >> $env:GITHUB_ENV
65+
run: echo "VERSION=1.0.${{ github.run_number }}" >> $env:GITHUB_ENV
6666
shell: pwsh
6767

6868
- name: Build with Maven

0 commit comments

Comments
 (0)