diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 67df8c5..10766b4 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -35,10 +35,10 @@ jobs: tags: ghcr.io/${{ github.repository_owner }}/${{ env.REPO_NAME_LOWER }}/jobspy_api:latest - name: Set Release Tag Name - run: | - # This creates a tag based on the current date: v0.YYMMDD.0 - TAG_VERSION="v0.$(date +'%y%m%d').0" - echo "RELEASE_TAG=${TAG_VERSION}" >> $GITHUB_ENV + run: | + # This creates a tag based on the current date: v0.YYMMDD.0 + TAG_VERSION="v0.$(date +'%y%m%d').0" + echo "RELEASE_TAG=${TAG_VERSION}" >> $GITHUB_ENV - name: Create Release id: create_release