File tree Expand file tree Collapse file tree 2 files changed +0
-29
lines changed Expand file tree Collapse file tree 2 files changed +0
-29
lines changed Original file line number Diff line number Diff line change 2424 run : |
2525 echo "$RELEASE_PLEASE_OUTPUT"
2626
27- # Update podspec version when a release PR is created or updated
28- - name : Checkout code if PR is generated/updated
29- if : ${{ steps.release.outputs.pr }}
30- uses : actions/checkout@v3
31- with :
32- ref : ${{ fromJSON(steps.release.outputs.pr).headBranchName }}
33-
34- - name : Update podspec version
35- if : ${{ steps.release.outputs.pr }}
36- run : |
37- ./scripts/update_podspec.sh
38- git config --global user.name "github-actions[bot]"
39- git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
40- git add OpenFeature.podspec
41- git commit -m "chore: update podspec version [skip ci]" || true
42- git push
43-
4427 # Outputs are namespaced by package when using a manifest in Release Please
4528 outputs :
4629 release_created : ${{ steps.release.outputs['OpenFeature--release_created'] }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments