diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index eea3836..ec32551 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -37,7 +37,7 @@ jobs: id: check-tag run: | if [[ "${{ github.event.head_commit.message }}" =~ /[0-9]+\.[0-9]+\.[0-9]+/ ]]; then - echo "match=true" >> $GITHUB_OUTPUT + echo "::set-output name=match::true" fi - name: Build