We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4adb07f commit 24261d8Copy full SHA for 24261d8
.github/workflows/release-package.yml
@@ -26,18 +26,6 @@ jobs:
26
# Add commands to build and test your package
27
xcodebuild -workspace Contentstack.xcworkspace -scheme 'Contentstack' -destination 'platform=iOS Simulator,name=iPhone 13 Pro'
28
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
41
- name: CocoaPods trunk push
42
run: pod trunk push
43
env:
0 commit comments