mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-16 12:00:50 +01:00
Update release.yml
This commit is contained in:
parent
ad97e74e46
commit
8c83ed22b2
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user