diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml deleted file mode 100644 index 17bce33..0000000 --- a/.github/workflows/Release.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Release - -on: - push: - tags: - - "*" - -jobs: - pod-trunk-push: - runs-on: macOS-latest - steps: - - uses: maxim-lobanov/setup-xcode@v1.1 - with: - xcode-version: "12.3" - - uses: actions/checkout@v2 - - name: Deploy - env: - COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }} - run: pod trunk push ChainLib.podspec --allow-warnings