Skip to content

Commit 4af5ded

Browse files
committed
add explicit version string to artifact path (because POM)
1 parent 1f1cd02 commit 4af5ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
- name: Create Release
3838
uses: ncipollo/[email protected]
3939
with:
40-
artifacts: "target/refine-groovy.zip"
40+
artifacts: "target/refine-groovy-1.3.0.zip"
4141
prerelease: true
4242
tag: 1.3

0 commit comments

Comments
 (0)