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