This repository has been archived by the owner on Jun 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: changed release workflow to support hofixes (#661)
* changed release workflow to support hofixes * removed discord message script * fixed change log Signed-off-by: Victor Rabelo <[email protected]> * removed discord env variable * added fetch * removed test code * fixed fastfile references Signed-off-by: Victor Rabelo <[email protected]> * added release lanes Signed-off-by: Victor Rabelo <[email protected]> * removed unused file and added checkout to master when is not a hot fix Signed-off-by: Victor Rabelo <[email protected]> * added 'release' to the branch name Signed-off-by: Victor Rabelo <[email protected]> * changed the repository from fixed string to variable Signed-off-by: Victor Rabelo <[email protected]>
- Loading branch information
1 parent
72b8337
commit 141e04e
Showing
3 changed files
with
62 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,6 @@ jobs: | |
runs-on: macos-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: '0' | ||
ref: 'master' | ||
- name: Install Fastlane | ||
run: bundle install | ||
- name: Deploy new version | ||
|
@@ -24,7 +21,8 @@ jobs: | |
NX_REPO_URL: ${{ secrets.NX_REPO_URL }} | ||
GITHUB_USER: ${{ secrets.NAME_REPO_TOKEN }} | ||
GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }} | ||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} | ||
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }} | ||
TAG_NAME: ${{ github.REF }} | ||
REPO: ${{ github.repository }} | ||
run: bundle exec fastlane deploy | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.