Skip to content

Commit 9126d2d

Browse files
chore: cleanup podspec changes
1 parent e157da7 commit 9126d2d

File tree

2 files changed

+0
-29
lines changed

2 files changed

+0
-29
lines changed

.github/workflows/release-please.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,6 @@ jobs:
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'] }}

scripts/update_podspec.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)