From bc8a9a80bd21bf81bfd182f9283e69698c06a9af Mon Sep 17 00:00:00 2001 From: Matej Novotny Date: Tue, 2 Jul 2024 19:03:17 +0200 Subject: [PATCH] Fix folder name in release script; re-trigger release to properly create distributables --- .github/project.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/project.yml b/.github/project.yml index 7ca669f9cd..b8c83c2fa5 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -1,4 +1,4 @@ name: Weld Core release release: - current-version: 6.0.0.Beta2 + current-version: 6.0.0.Beta3 next-version: 6.0.0-SNAPSHOT \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3fa8dcca34..3e650943dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Weld Parent Release +name: Weld Core Release on: pull_request: @@ -55,7 +55,7 @@ jobs: mvn -B release:perform -Drelease git push git push --tags - cd build + cd dist gradle -PweldVersion=${{steps.metadata.outputs.current-version}} -PweldPath=${GITHUB_WORKSPACE} - name: Upload dist ZIP file uses: actions/upload-artifact@v4