diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 96cd2cb40c..8ffc9d8c5c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,6 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-tags: true ref: ${{ github.ref }} - uses: fregante/setup-git-user@v2 - uses: pdm-project/setup-pdm@v4 @@ -41,6 +40,9 @@ jobs: release_name: ${{ steps.check-versions.outputs.release_name }} version_exists: ${{ steps.check-versions.outputs.version_exists }} steps: + - uses: actions/checkout@v4 + with: + fetch-tags: true - name: Check Versions id: check-versions run: | @@ -63,6 +65,7 @@ jobs: runs-on: ubuntu-latest if: ${{ needs.check-versions.outputs.version_exists == 'false' }} steps: + - uses: actions/checkout@v4 - uses: fregante/setup-git-user@v2 - uses: pdm-project/setup-pdm@v4 with: diff --git a/meta/manifest.json b/meta/manifest.json index 99faa0dc53..497f1a40c0 100644 --- a/meta/manifest.json +++ b/meta/manifest.json @@ -3305,6 +3305,9 @@ "authors": [ "Aksiome" ], + "contributors": [ + "runoshun" + ], "created": { "date": "2023/08/18", "minecraft_version": "23w32a"