We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07ca09 commit 0c7693cCopy full SHA for 0c7693c
bitrise.yml
@@ -79,6 +79,19 @@ workflows:
79
inputs:
80
- scheme: $TEST_SCHEME
81
- destination: platform=iOS Simulator,name=iPhone 13,OS=15.5
82
+ - git-tag@1:
83
+ inputs:
84
+ - tag: $NEW_VERSION
85
+ - generate-changelog@0: {}
86
+ - github-release@0:
87
88
+ - username: $GITHUB_USERNAME
89
+ - name: Glia iOS Widgets SDK $NEW_VERSION
90
+ - body: $BITRISE_CHANGELOG
91
+ - api_token: $GITHUB_API_TOKEN
92
+ - draft: "no"
93
94
+ - commit: $GIT_CLONE_COMMIT_HASH
95
- script@1:
96
97
- content: pod trunk push GliaWidgets.podspec --verbose --allow-warnings
0 commit comments