diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ec5dc24..ce46727f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: - name: Set outputs id: setoutputs run: | - echo "majorMinorPatch=$GITVERSION_MAJORMINORPATCH >> $GITHUB_OUTPUT + echo "majorMinorPatch=$GITVERSION_MAJORMINORPATCH" >> $GITHUB_OUTPUT echo "semver=$GITVERSION_SEMVER" >> $GITHUB_OUTPUT - name: Build SPFx