release publisher ci fixes

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-12-16 20:02:32 -05:00
parent 549eb1609f
commit 8ef45205a5
No known key found for this signature in database

View file

@ -2,7 +2,7 @@ name: Upload Release Assets
on: on:
release: release:
types: [published, prereleased] types: [published] # both stable releases and pre-preleases
workflow_dispatch: workflow_dispatch:
inputs: inputs:
tag: tag:
@ -51,7 +51,7 @@ jobs:
exit 0 exit 0
fi fi
tag="${GH_TAG}}" tag="${GH_TAG}"
fi fi
echo "ci_id=$id" >> "$GITHUB_OUTPUT" echo "ci_id=$id" >> "$GITHUB_OUTPUT"