File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
clients/algoliasearch-client-swift/.github/workflows Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 15
15
with :
16
16
fetch-depth : 0
17
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
18
- name : Install Ruby
25
19
uses : ruby/setup-ruby@v1
26
20
with :
30
24
- name : Install CocoaPods
31
25
run : gem install cocoapods
32
26
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
-
40
27
- name : Publish on CocoaPods
41
28
run : |
42
29
set -eo pipefail
You can’t perform that action at this time.
0 commit comments