mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-25 20:00:13 +08:00
4
.github/workflows/ios.yml
vendored
4
.github/workflows/ios.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user