forked from AG_QGIS/Plugin_Test_Action
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8ee99fa5da |
@@ -150,7 +150,7 @@ jobs:
|
||||
--arg tag "$TAG" \
|
||||
--arg name "Version $VERSION" \
|
||||
--arg body "${{ steps.changelog.outputs.current }}" \
|
||||
'{tag_name: $tag, name: $name, body: $body, draft: false, prerelease: true}')
|
||||
'{tag_name: $tag, name: $name, body: $body, draft: true, prerelease: true}')
|
||||
|
||||
API_RESPONSE=$(curl -s -X POST "$API_URL" \
|
||||
-H "accept: application/json" \
|
||||
|
||||
Reference in New Issue
Block a user