diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d0f1b14c6..1685ab8fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - id: check-tag run: | if [[ "${{ github.event.ref }}" =~ ^refs/tags/v[0-9]+\.[0-9]+\.[0-9]+.*$ ]]; then - echo ::set-output name=match::success + echo ::set-output name=match::true fi build: