1
0
mirror of https://github.com/Loyalsoldier/clash-rules.git synced 2025-11-03 17:46:58 +08:00

Compare commits

..

2 Commits

Author SHA1 Message Date
dependabot[bot]
785b73b4c8 Chore: bump actions/checkout from 4 to 5 (#363) 2025-08-14 08:34:44 +08:00
dependabot[bot]
0c3c03ea62 Chore: bump softprops/action-gh-release from 1 to 2 (#267) 2024-03-13 21:46:27 +08:00

View File

@@ -32,7 +32,7 @@ jobs:
shell: bash
- name: Checkout the "hidden" branch
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: hidden
@@ -110,7 +110,7 @@ jobs:
cp *.txt ./publish/
- name: Release and upload assets
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: ${{ env.RELEASE_NAME }}
tag_name: ${{ env.TAG_NAME }}