Skip to content

Commit

Permalink
chore(swift): github releases are created by the monorepo (#3928)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluf22 authored Oct 9, 2024
1 parent c223468 commit 06c4854
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions clients/algoliasearch-client-swift/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 06c4854

Please sign in to comment.