Skip to content

Commit

Permalink
rebuild json data
Browse files Browse the repository at this point in the history
  • Loading branch information
tuntoja committed Feb 14, 2024
1 parent dbe1ae3 commit b6176e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ runs:
--user '${{ inputs.jira_user_email }}:${{ inputs.jira_api_token }}' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '$JIRA_RELEASE_DATA'
--data "$JIRA_RELEASE_DATA"
done
# # Create JIRA version for each released component
Expand Down

0 comments on commit b6176e3

Please sign in to comment.