We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c262b6 commit 7e17cedCopy full SHA for 7e17ced
.github/workflows/publish.yml
@@ -34,3 +34,10 @@ jobs:
34
MAVEN_GPG_KEYNAME: ${{secrets.MAVEN_GPG_KEYNAME}}
35
MAVEN_GPG_PASSPHRASE: ${{secrets.MAVEN_GPG_PASSPHRASE}}
36
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