Update release.yml

This commit is contained in:
Julian Prieber 2023-12-15 16:46:51 +01:00 committed by GitHub
parent ad97e74e46
commit 8c83ed22b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -123,6 +123,9 @@ jobs:
# Upload 'linkstack.zip'
gh release upload "${GITHUB_REF##*/}" "linkstack.zip" --clobber -R "$REPO_NAME"
# Mark the release as the latest
gh release edit "${GITHUB_REF##*/}" --title="${GITHUB_REF##*/}" -R "$REPO_NAME"
fi
- name: Update version.json