We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d5e2e commit 2e62e05Copy full SHA for 2e62e05
1 file changed
.github/workflows/create-release.yaml
@@ -3,7 +3,7 @@ on:
3
push:
4
# run only on tags
5
tags:
6
- - '**'
+ - "**"
7
8
jobs:
9
release:
@@ -30,6 +30,7 @@ jobs:
30
mvn -s settings.xml \
31
-Dcentral-publishing.autoPublish=true \
32
-Dcentral-publishing.waitUntil=published \
33
+ -DskipTests \
34
deploy
35
- name: Archive artifacts
36
uses: actions/upload-artifact@v4
@@ -41,7 +42,7 @@ jobs:
41
42
name: Create a GitHub Release
43
if: startsWith(github.ref, 'refs/tags')
44
runs-on: ubuntu-latest
- needs: [ release ]
45
+ needs: [release]
46
steps:
47
- name: Download artifacts to append to release
48
uses: actions/download-artifact@v4
0 commit comments