Skip to content

Commit 7e17ced

Browse files
committed
Add artifacts to Github Release
1 parent 2c262b6 commit 7e17ced

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/publish.yml

+7
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,10 @@ jobs:
3434
MAVEN_GPG_KEYNAME: ${{secrets.MAVEN_GPG_KEYNAME}}
3535
MAVEN_GPG_PASSPHRASE: ${{secrets.MAVEN_GPG_PASSPHRASE}}
3636
run: mvn deploy -P release --batch-mode --settings .settings.xml -DperformRelease=false --update-snapshots -B -V
37+
- name: artifacts
38+
uses: softprops/action-gh-release@v1
39+
with:
40+
files: |
41+
ulidj-*.pom
42+
ulidj-*.jar
43+
ulidj-*.asc

0 commit comments

Comments
 (0)