Skip to content

Commit

Permalink
Fixed release action
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelsalawa committed Jan 16, 2025
1 parent 075ba09 commit 31fd5fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/prepare_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ jobs:
tag_name="${tag_name}-test"
rel_name="${rel_name}-test"
fi
echo "TAG_NAME=$tag_name" >> $GITHUB_ENV
releaseid=$($SCRIPTS/create_draft_release.sh "$tag_name" "$BRANCH_NAME" "$rel_name" "")
echo "RELEASE_ID: $releaseid"
Expand Down Expand Up @@ -192,7 +193,7 @@ jobs:
echo "Uploading $file..."
url=$($SCRIPTS/upload_artifact.sh $RELEASE_ID "$file")
#url=$(echo $url | sed -E "s/untagged-[^\/]*/$SQLITESTUDIO_VERSION/")
url=$(echo $url | sed -E "s/untagged-[^\/]*/$SQLITESTUDIO_VERSION/")
echo "Download url for $file is: $url"
NEW_META=$(
Expand Down Expand Up @@ -245,5 +246,5 @@ jobs:
done
body=$(printf "%s\n" "${body_lines[@]}")
$SCRIPTS/update_release_body.sh $RELEASE_ID "$body" >/dev/null
$SCRIPTS/update_release_body.sh $RELEASE_ID "$TAG_NAME" "$body" >/dev/null

0 comments on commit 31fd5fa

Please sign in to comment.