Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wobba committed Apr 11, 2024
1 parent 71a2086 commit 3c354df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -54,8 +54,8 @@ jobs:
- name: Set outputs
id: setoutputs
run: |
echo "::set-output name=majorMinorPatch::$GITVERSION_MAJORMINORPATCH"
echo "::set-output name=semver::$GITVERSION_SEMVER"
echo "name=majorMinorPatch::$GITVERSION_MAJORMINORPATCH" >> $GITHUB_OUTPUT
echo "name=semver::$GITVERSION_SEMVER" >> $GITHUB_OUTPUT
- name: Build SPFx
run: |
Expand Down

0 comments on commit 3c354df

Please sign in to comment.