diff --git a/.github/workflows/GenerateReleaseZip.yml b/.github/workflows/GenerateReleaseZip.yml index 52e22f6..7f7a7d2 100644 --- a/.github/workflows/GenerateReleaseZip.yml +++ b/.github/workflows/GenerateReleaseZip.yml @@ -121,6 +121,10 @@ jobs: - name: Set Environment Variables run: echo "MOD_RELEASE=$MOD_NAME-${{ steps.get_version.outputs.VERSION }}" >> $GITHUB_ENV + # The repository needs to be checked out for the next changelog step. + - name: Checkout Repository + uses: actions/checkout@v4.1.7 + # Download the build artifact from the package job. - name: Download Mod Artifacts from Build Step id: download_zip @@ -128,10 +132,6 @@ jobs: with: name: ${{ env.MOD_NAME }} - # The repository needs to be checked out for the next changelog step. - - name: Checkout Repository - uses: actions/checkout@v4.1.7 - # Auto-generate changelog. - name: Build Changelog id: github_release