diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9a857aba0..8b5e40cd8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,12 +57,8 @@ jobs: runs-on: windows-latest needs: release-prep steps: - - name: Log in to the Container registry - uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 - with: - registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + - name: Checkout Repository + uses: actions/checkout@v4 - name: Download Dist uses: actions/download-artifact@v4