Skip to content

Commit 0c7693c

Browse files
Egor EgorovEgorovEI
Egor Egorov
authored andcommitted
Deployment workflow fix
2 months ago these actions were deleted. This commit reverts it back
1 parent e07ca09 commit 0c7693c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

bitrise.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,19 @@ workflows:
7979
inputs:
8080
- scheme: $TEST_SCHEME
8181
- 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+
inputs:
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+
- tag: $NEW_VERSION
94+
- commit: $GIT_CLONE_COMMIT_HASH
8295
- script@1:
8396
inputs:
8497
- content: pod trunk push GliaWidgets.podspec --verbose --allow-warnings

0 commit comments

Comments
 (0)