diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index d86e69a..5180c98 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -38,6 +38,9 @@ jobs: contents: read packages: write steps: + - name: Checkout + uses: actions/checkout@v2 + - name: Login to GitHub Container Registry uses: docker/login-action@v1 with: