Skip to content

Commit

Permalink
Update .github/workflows/prepare-release.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Mikail <[email protected]>
  • Loading branch information
andrzejewsky and NyanKiyoshi authored Sep 25, 2023
1 parent ab23b0a commit 0290c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
)
version=$(cat package.json | jq .version | xargs)
payload=$(jq --null-input --arg version $version '{
payload=$(jq --null-input --arg version "$version" '{
"event_type": "open-release-pull-request",
"client_payload": {
"project": "DASHBOARD",
Expand Down

0 comments on commit 0290c8c

Please sign in to comment.