Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-24 13:26:22 +08:00
parent e4cbb4cf30
commit 3dee6a85e5
5 changed files with 10 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ jobs:
runs-on: macos-26
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
@@ -44,7 +44,7 @@ jobs:
- name: Release
if: ${{ github.event.inputs.tag != '' }}
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v3
with:
tag_name: ${{ github.event.inputs.tag }}
name: ${{ github.event.inputs.tag }}