1
0
mirror of https://github.com/Loyalsoldier/clash-rules.git synced 2025-12-08 23:23:17 +08:00

Compare commits

...

3 Commits

Author SHA1 Message Date
dependabot[bot]
d2b109f8d3 Chore: bump actions/checkout from 5 to 6 (#375)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-21 08:41:52 +08:00
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 shell: bash
- name: Checkout the "hidden" branch - name: Checkout the "hidden" branch
uses: actions/checkout@v4 uses: actions/checkout@v6
with: with:
ref: hidden ref: hidden
@@ -110,7 +110,7 @@ jobs:
cp *.txt ./publish/ cp *.txt ./publish/
- name: Release and upload assets - name: Release and upload assets
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v2
with: with:
name: ${{ env.RELEASE_NAME }} name: ${{ env.RELEASE_NAME }}
tag_name: ${{ env.TAG_NAME }} tag_name: ${{ env.TAG_NAME }}