diff --git a/.github/workflows/autopublish.yaml b/.github/workflows/autopublish.yaml index d3fc625..124b7da 100644 --- a/.github/workflows/autopublish.yaml +++ b/.github/workflows/autopublish.yaml @@ -23,6 +23,7 @@ jobs: json_tags=echo git tag | jq -R -s -c 'split("\n")[:-1]' echo $json_tags echo 'tags=$json_tags' >> "$GITHUB_OUTPUT" + echo $GITHUB_OUTPUT build: name: Build and Validate runs-on: ubuntu-22.04