Skip to content

Commit

Permalink
Deployment workflow fix
Browse files Browse the repository at this point in the history
2 months ago these actions were deleted. This commit reverts it back
  • Loading branch information
Egor Egorov authored and EgorovEI committed Aug 14, 2024
1 parent e07ca09 commit 0c7693c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,19 @@ workflows:
inputs:
- scheme: $TEST_SCHEME
- destination: platform=iOS Simulator,name=iPhone 13,OS=15.5
- git-tag@1:
inputs:
- tag: $NEW_VERSION
- generate-changelog@0: {}
- github-release@0:
inputs:
- username: $GITHUB_USERNAME
- name: Glia iOS Widgets SDK $NEW_VERSION
- body: $BITRISE_CHANGELOG
- api_token: $GITHUB_API_TOKEN
- draft: "no"
- tag: $NEW_VERSION
- commit: $GIT_CLONE_COMMIT_HASH
- script@1:
inputs:
- content: pod trunk push GliaWidgets.podspec --verbose --allow-warnings
Expand Down

0 comments on commit 0c7693c

Please sign in to comment.