Skip to content

Commit

Permalink
update cd workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wzxha committed Jan 8, 2024
1 parent ef25ec8 commit 1645d7c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 27 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/deploy_to_cocoapods.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
type: string

jobs:
run:
Run:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
Expand All @@ -22,4 +22,5 @@ jobs:
env:
VERSION: ${{ inputs.version }}
FL_GITHUB_RELEASE_API_BEARER: ${{ secrets.GITHUB_TOKEN }}
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}

4 changes: 4 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ platform :ios do
description: release_log,
upload_assets: ["build/AliyunpanSDK-#{target_version}.zip"]
)

pod_push(
allow_warnings: true
)
end

lane :xcframework do |options|
Expand Down

0 comments on commit 1645d7c

Please sign in to comment.