We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86ab79 commit ac12238Copy full SHA for ac12238
.github/workflows/release.yml
@@ -15,12 +15,6 @@ jobs:
15
with:
16
fetch-depth: 0
17
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
-
24
- name: Install Ruby
25
uses: ruby/setup-ruby@v1
26
@@ -30,13 +24,6 @@ jobs:
30
- name: Install CocoaPods
31
run: gem install cocoapods
32
33
- - name: Publish release on Github
34
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
40
27
- name: Publish on CocoaPods
41
28
run: |
42
29
set -eo pipefail
0 commit comments