Skip to content

Commit

Permalink
📝typo in curl
Browse files Browse the repository at this point in the history
  • Loading branch information
b8daniel committed Apr 19, 2022
1 parent 1d97a9a commit e3d971a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
--header 'Content-Type: application/json' \
--data "{
\"tag_name\": \"$next_tag_name\",
\"target_commitsh\": \"${{ github.ref_name }}\",
\"target_commitish\": \"${{ github.sha }}\",
\"generate_release_notes\": true,
\"name\": \"Plugin 1.16\",
\"draft\": true }" \
Expand Down

0 comments on commit e3d971a

Please sign in to comment.