From 1857aa71f9f71842fabb174ef4405159885b8a98 Mon Sep 17 00:00:00 2001 From: Matej Novotny Date: Thu, 15 May 2025 20:19:09 +0200 Subject: [PATCH] Trigger release, second attempt --- .github/project.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/project.yml b/.github/project.yml index f0c3090..318b811 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -1,4 +1,4 @@ name: Weld Parent release: current-version: 54 - next-version: 55-SNAPSHOT + next-version: 55-SNAPSHOT \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a809ee8..4aa1c2b 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'