Skip to content

Commit ceb08a8

Browse files
committed
Revert "temp(ci): disable tests for create-release job"
This reverts commit 2e62e05.
1 parent 108425d commit ceb08a8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/create-release.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
# run only on tags
55
tags:
6-
- "**"
6+
- '**'
77

88
jobs:
99
release:
@@ -30,7 +30,6 @@ jobs:
3030
mvn -s settings.xml \
3131
-Dcentral-publishing.autoPublish=true \
3232
-Dcentral-publishing.waitUntil=published \
33-
-DskipTests \
3433
deploy
3534
- name: Archive artifacts
3635
uses: actions/upload-artifact@v4
@@ -42,7 +41,7 @@ jobs:
4241
name: Create a GitHub Release
4342
if: startsWith(github.ref, 'refs/tags')
4443
runs-on: ubuntu-latest
45-
needs: [release]
44+
needs: [ release ]
4645
steps:
4746
- name: Download artifacts to append to release
4847
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)