Skip to content

Commit

Permalink
ci: fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Alxandr committed Mar 20, 2024
1 parent 64b1997 commit 106beeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
outputs:
release_created: ${{ steps.release.outputs.release_created }}
paths_released: ${{ steps.release.outputs.paths_released }}
full: ${{ steps.release.outputs }}
full: ${{ toJSON(steps.release.outputs) }}

pack:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 106beeb

Please sign in to comment.