From 9dd1ca8110fddbc29cf525649d4824e3f20dbdc5 Mon Sep 17 00:00:00 2001 From: Matej Novotny Date: Tue, 18 Feb 2025 16:42:01 +0100 Subject: [PATCH] Trigger 6.0.1.Final release, attempt 2 --- .github/project.yml | 3 ++- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/project.yml b/.github/project.yml index f4080a0229b..9682d230d40 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -1,4 +1,5 @@ name: Weld Core release release: current-version: 6.0.1.Final - next-version: 6.0.2-SNAPSHOT \ No newline at end of file + next-version: 6.0.2-SNAPSHOT + \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4632c44060a..ec2c85d4f5b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Retrieve project metadata id: metadata - uses: radcortez/project-metadata-action@master + uses: radcortez/project-metadata-action@main with: github-token: ${{secrets.GITHUB_TOKEN}} metadata-file-path: '.github/project.yml'