add check update logic

This commit is contained in:
geekgeekrun
2025-04-26 14:40:55 +08:00
parent 9128865bbc
commit 33f6837147
4 changed files with 114 additions and 0 deletions

View File

@@ -152,6 +152,7 @@ jobs:
- name: Create release
uses: ncipollo/release-action@v1
with:
prerelease: true
allowUpdates: true
artifacts: geekgeekrun-ui@${{ github.sha }}/*
tag: ${{ github.ref }}