diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f7af98e3..85d3ccc9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -100,7 +100,7 @@ jobs: - name: Log in to GitHub Container Registry if: steps.changesets.outputs.published == 'true' && steps.cli-package.outputs.published == 'true' - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 with: registry: ghcr.io username: ${{ github.actor }}