Compare commits

..

3 Commits

Author SHA1 Message Date
dependabot[bot]
b5dbb7d315 Chore: bump actions/checkout from 6 to 7 (#65)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-19 07:33:34 +08:00
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:
@@ -32,7 +34,7 @@ jobs:
shell: bash
- name: Checkout the default branch
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Make directory
run: |
@@ -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 }}