diff --git a/.github/workflows/build_and_upload_theme_on_push_to_dev.yaml b/.github/workflows/build_and_upload_theme_on_push_to_dev.yaml index f8508f5..347ced4 100644 --- a/.github/workflows/build_and_upload_theme_on_push_to_dev.yaml +++ b/.github/workflows/build_and_upload_theme_on_push_to_dev.yaml @@ -29,8 +29,8 @@ jobs: then VER=$VER-SNAPSHOT fi - echo "Docker tag to be attached to images: $VERSION" - echo "VERSION=$VERSION" >> $GITHUB_ENV + echo "Docker tag to be attached to images: $VER" + echo "VERSION=$VER" >> $GITHUB_ENV - name: Log in to the Container registry uses: docker/login-action@v3