Skip to content

Commit 97ad681

Browse files
committed
update workflow
1 parent ed77266 commit 97ad681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eumserver_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: ./gradlew assemble -PbuildVersion=${{ github.ref_name }}
2626
# copy jar into Docker folder
2727
- name: Prepare Docker artifact
28-
run: ./gradlew copyServerJar
28+
run: ./gradlew copyServerJar -PbuildVersion=${{ github.ref_name }}
2929
- name: Upload Docker artifact
3030
uses: actions/upload-artifact@v4
3131
with:

0 commit comments

Comments
 (0)