Skip to content

Commit

Permalink
build: wip - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickDinh committed Mar 25, 2024
1 parent e9c1a79 commit baea03c
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 "{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
shell: bash

0 comments on commit baea03c

Please sign in to comment.