Skip to content

Commit 06c4854

Browse files
authored
chore(swift): github releases are created by the monorepo (#3928)
1 parent c223468 commit 06c4854

File tree

1 file changed

+0
-13
lines changed
  • clients/algoliasearch-client-swift/.github/workflows

1 file changed

+0
-13
lines changed

clients/algoliasearch-client-swift/.github/workflows/release.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717

18-
- name: Get versions
19-
id: versions
20-
shell: bash
21-
run: |
22-
echo "RELEASE_VERSION=$(grep "s.version = " AlgoliaSearchClient.podspec | cut -d "'" -f2)" >> $GITHUB_OUTPUT
23-
2418
- name: Install Ruby
2519
uses: ruby/setup-ruby@v1
2620
with:
@@ -30,13 +24,6 @@ jobs:
3024
- name: Install CocoaPods
3125
run: gem install cocoapods
3226

33-
- name: Publish release on Github
34-
run: |
35-
set -eo pipefail
36-
gh release create ${{ steps.versions.outputs.RELEASE_VERSION }} --title ${{ steps.versions.outputs.RELEASE_VERSION }} -F CHANGELOG.md --target ${{ github.sha }}
37-
env:
38-
GH_TOKEN: ${{ github.token }}
39-
4027
- name: Publish on CocoaPods
4128
run: |
4229
set -eo pipefail

0 commit comments

Comments
 (0)