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 108425d commit ceb08a8Copy full SHA for ceb08a8
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,7 +30,6 @@ 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
@@ -42,7 +41,7 @@ jobs:
42
41
name: Create a GitHub Release
43
if: startsWith(github.ref, 'refs/tags')
44
runs-on: ubuntu-latest
45
- needs: [release]
+ needs: [ release ]
46
steps:
47
- name: Download artifacts to append to release
48
uses: actions/download-artifact@v4
0 commit comments