diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index 5fb703abc..1be854f76 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -17,15 +17,15 @@ jobs: with: fetch-depth: "0" # Per https://github.com/ignite/cli/issues/1674#issuecomment-1144619147 - - name: install ignite - run: | - make ignite_install - - name: Set up Go uses: actions/setup-go@v4 with: go-version: "1.23.0" + - name: install ignite + run: | + make ignite_install + - name: Install CI dependencies run: make install_ci_deps @@ -62,7 +62,7 @@ jobs: type=sha,format=long,suffix=-prod - name: Login to GitHub Container Registry - uses: docker/login-action@v4 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}