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 <6186720+NyanKiyoshi@users.noreply.github.com>
  • Loading branch information
andrzejewsky and NyanKiyoshi authored Sep 25, 2023
1 parent 0290c8c commit 9a2cdc2
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 @@ -82,7 +82,7 @@ jobs:
curl --request GET --url ${{ secrets.VAULT_URL}} --header "Authorization: JWT ${{ secrets.VAULT_JWT }}" | jq -r .token \
)
version=$(cat package.json | jq .version | xargs)
version=$(cat package.json | jq -r .version)
payload=$(jq --null-input --arg version "$version" '{
"event_type": "open-release-pull-request",
"client_payload": {
Expand Down

0 comments on commit 9a2cdc2

Please sign in to comment.