Skip to content

Commit

Permalink
🐛correct branch for release
Browse files Browse the repository at this point in the history
  • Loading branch information
b8daniel committed Apr 19, 2022
1 parent 2d25765 commit 1d97a9a
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.sha }}\",
\"target_commitsh\": \"${{ github.ref_name }}\",
\"generate_release_notes\": true,
\"name\": \"Plugin 1.16\",
\"draft\": true }" \
Expand Down

0 comments on commit 1d97a9a

Please sign in to comment.