mirror of
https://code.forgejo.org/actions/forgejo-release
synced 2026-02-18 04:27:01 +00:00
chore: drop testing
This commit is contained in:
parent
c2611bdeb2
commit
b3ad430116
1 changed files with 0 additions and 3 deletions
|
|
@ -89,9 +89,6 @@ upload_release() {
|
|||
exit 22
|
||||
fi
|
||||
if [ "$SKIP_ASSETS" == 'false' ]; then
|
||||
echo "Response:"
|
||||
cat "$TMP_DIR"/release.json
|
||||
echo "-----------------------------"
|
||||
release_id=$(jq --raw-output .id <"$TMP_DIR"/release.json)
|
||||
for file in "$RELEASE_DIR"/*; do
|
||||
asset_name="$(basename "$file")"
|
||||
|
|
|
|||
Loading…
Reference in a new issue