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'