Skip to content

Commit 24261d8

Browse files
fix: workflow issue fix
1 parent 4adb07f commit 24261d8

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/release-package.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,6 @@ jobs:
2626
# Add commands to build and test your package
2727
xcodebuild -workspace Contentstack.xcworkspace -scheme 'Contentstack' -destination 'platform=iOS Simulator,name=iPhone 13 Pro'
2828
29-
- name: Tag release
30-
id: tag
31-
run: |
32-
git tag v3.12.2 # Replace with your desired version number
33-
echo "::set-output name=tag::v3.12.2" # Replace with the same version number as above
34-
35-
- name: Push tag
36-
uses: ad-m/github-push-action@v0.6.0
37-
with:
38-
github_token: ${{ secrets.GITHUB_TOKEN }}
39-
tag: ${{ steps.tag.outputs.tag }}
40-
4129
- name: CocoaPods trunk push
4230
run: pod trunk push
4331
env:

0 commit comments

Comments
 (0)