diff --git a/.github/project.yml b/.github/project.yml index f4080a0229..9682d230d4 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 4632c44060..ec2c85d4f5 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'