From cb5673d815a789248f92581de2736d0fca5da7cf Mon Sep 17 00:00:00 2001 From: Hiroshi Kimura Date: Tue, 9 Apr 2024 01:58:00 +0900 Subject: [PATCH] Delete .github/workflows/Release.yml --- .github/workflows/Release.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/Release.yml diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml deleted file mode 100644 index c67b0eaf68..0000000000 --- a/.github/workflows/Release.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Release - -on: - push: - tags: - - "*" - workflow_dispatch: - -jobs: - pod-trunk-push: - runs-on: macOS-12 - steps: - - uses: maxim-lobanov/setup-xcode@v1.1 - with: - xcode-version: "14.0" - - name: Deploy - env: - COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }} - run: pod trunk push Verge.podspec --allow-warnings