diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f8b113f19..b25c83ac0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,6 +27,8 @@ jobs: publish-docker: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v2 + - name: Login to Docker Hub uses: docker/login-action@v2 with: @@ -56,8 +58,6 @@ jobs: if: ${{ !inputs.prerelease && !inputs.draft}} run: sed -i "s/release_tag/$release_tag/" ${{ env.release_tag }}.md - - uses: actions/checkout@v2 - - name: Create Release id: create_release uses: actions/create-release@v1 @@ -122,4 +122,4 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_name: Source.tar.gz asset_path: ../Source.tar.gz - asset_content_type: application/gzip \ No newline at end of file + asset_content_type: application/gzip