Compare commits

...

2 Commits

Author SHA1 Message Date
Loyalsoldier
3cab02f98d CI: fix workflow permissions (#62)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2026-04-20 07:45:34 +08:00
dependabot[bot]
2a7da3a998 Chore: bump softprops/action-gh-release from 2 to 3 (#61)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-13 07:42:39 +08:00

View File

@@ -1,4 +1,6 @@
name: Generate routing rules for Surge
permissions:
contents: write
on:
workflow_dispatch:
schedule:
@@ -117,7 +119,7 @@ jobs:
mv ruleset ./publish/
- name: Release and upload assets
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v3
with:
name: ${{ env.RELEASE_NAME }}
tag_name: ${{ env.TAG_NAME }}