gitea actions ng18
This commit is contained in:
@@ -161,13 +161,16 @@ jobs:
|
||||
JSON=$(jq -n \
|
||||
--arg tag "$TAG" \
|
||||
--arg name "Version $VERSION" \
|
||||
--arg body "${{ steps.changelog.outputs.current }}" \
|
||||
--argjson draft "${{ steps.releaseinfo.outputs.draft }}" \
|
||||
--argjson prerelease "${{ steps.releaseinfo.outputs.prerelease }}" \
|
||||
'{tag_name: $tag, name: $name, body: $body, draft: $draft, prerelease: $prerelease}')
|
||||
--arg body "$BODY" \
|
||||
--argjson prerelease "$PRERELEASE" \
|
||||
'{tag_name: $tag, name: $name, body: $body, prerelease: $PRERELEASE}')
|
||||
|
||||
|
||||
env:
|
||||
PRERELEASE: ${{ steps.daten.outputs.prerelease }}
|
||||
BODY: ${{ steps.changelog.outputs.current }}
|
||||
VERSION: ${{ steps.daten.outputs.version }}
|
||||
TAG: ${{ steps.daten.outputs.version }}
|
||||
PLUGIN_NAME: ${{ steps.daten.outputs.name }}
|
||||
PLUGIN_GROUP: ${{ steps.daten.outputs.group }}
|
||||
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||
Reference in New Issue
Block a user