Skip to content

Commit

Permalink
build: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickDinh committed Mar 25, 2024
1 parent 793ed1e commit cc9a5eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/create-release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ runs:
- name: set outputs
id: set-outputs
run: |
echo "release-published=${{ steps.get-next-version.outputs.new-release-published }}" >> $GITHUB_OUTPUT
echo "release-version=${{ steps.get-next-version.outputs.new-release-version }}" >> $GITHUB_OUTPUT
echo "release-id=${{ steps.get-release-id.outputs.result }}" >> $GITHUB_OUTPUT
echo "::set-output release-published=${{ steps.get-next-version.outputs.new-release-published }}"
echo "::set-output release-version=${{ steps.get-next-version.outputs.new-release-version }}"
echo "::set-output release-id=${{ steps.get-release-id.outputs.result }}"
shell: bash

0 comments on commit cc9a5eb

Please sign in to comment.