From 06c48549b98dc6c5b6b0595880729bd332615107 Mon Sep 17 00:00:00 2001 From: Thomas Raffray Date: Wed, 9 Oct 2024 13:13:35 +0200 Subject: [PATCH] chore(swift): github releases are created by the monorepo (#3928) --- .../.github/workflows/release.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/clients/algoliasearch-client-swift/.github/workflows/release.yml b/clients/algoliasearch-client-swift/.github/workflows/release.yml index da95c3358b..18f8c4906a 100644 --- a/clients/algoliasearch-client-swift/.github/workflows/release.yml +++ b/clients/algoliasearch-client-swift/.github/workflows/release.yml @@ -15,12 +15,6 @@ jobs: with: fetch-depth: 0 - - name: Get versions - id: versions - shell: bash - run: | - echo "RELEASE_VERSION=$(grep "s.version = " AlgoliaSearchClient.podspec | cut -d "'" -f2)" >> $GITHUB_OUTPUT - - name: Install Ruby uses: ruby/setup-ruby@v1 with: @@ -30,13 +24,6 @@ jobs: - name: Install CocoaPods run: gem install cocoapods - - name: Publish release on Github - run: | - set -eo pipefail - gh release create ${{ steps.versions.outputs.RELEASE_VERSION }} --title ${{ steps.versions.outputs.RELEASE_VERSION }} -F CHANGELOG.md --target ${{ github.sha }} - env: - GH_TOKEN: ${{ github.token }} - - name: Publish on CocoaPods run: | set -eo pipefail