diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1390981..82e8894 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -96,7 +96,7 @@ jobs: - name: Format version id: formatVersion run: | - echo "buildVersion=${{ steps.gitversion.outputs.MajorMinorPatch }}" >> $GITHUB_ENV + echo "buildVersion=${{ steps.gitversion.outputs.MajorMinorPatch }}" >> "$GITHUB_OUTPUT" - name: Bump version run: |