Skip to content

Commit

Permalink
fix: github deprecated set-output command (#1022)
Browse files Browse the repository at this point in the history
  • Loading branch information
anitarua authored Nov 9, 2023
1 parent f40b14c commit ea41933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-to-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Output release
id: release
run: echo "::set-output name=release::${{ steps.semrel.outputs.version }}"
run: echo "release=${{ steps.semrel.outputs.version }}" >> $GITHUB_OUTPUT
publish_javascript:
# The type of runner that the job will run on
runs-on: macos-latest
Expand Down

0 comments on commit ea41933

Please sign in to comment.