Skip to content

Commit 8c83ed2

Browse files
Update release.yml
1 parent ad97e74 commit 8c83ed2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ jobs:
123123
124124
# Upload 'linkstack.zip'
125125
gh release upload "${GITHUB_REF##*/}" "linkstack.zip" --clobber -R "$REPO_NAME"
126+
127+
# Mark the release as the latest
128+
gh release edit "${GITHUB_REF##*/}" --title="${GITHUB_REF##*/}" -R "$REPO_NAME"
126129
fi
127130
128131
- name: Update version.json

0 commit comments

Comments
 (0)