-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
03c9c55
commit 572f551
Showing
2 changed files
with
9 additions
and
9 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 |
---|---|---|
|
@@ -39,13 +39,6 @@ jobs: | |
echo "::set-output name=build_number::${BUTTERFLY_BUILD_NUMBER}" | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "Linwood CI" | ||
- name: Create changelog | ||
run: | | ||
dart pub get -C tools | ||
dart run tools/set_version.dart --build-number keep --changelog | ||
git add . | ||
git commit -m "Create changelog for ${{ env.BUTTERFLY_VERSION }}" | ||
git push origin | ||
- name: Create tag | ||
run: | | ||
BUTTERFLY_VERSION="${{ env.BUTTERFLY_VERSION }}" | ||
|
@@ -177,6 +170,13 @@ jobs: | |
echo "BUTTERFLY_BUILD_NUMBER=${BUTTERFLY_BUILD_NUMBER}" >> $GITHUB_ENV | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "Linwood CI" | ||
- name: Create changelog | ||
run: | | ||
dart pub get -C tools | ||
dart run tools/set_version.dart --build-number keep --changelog | ||
git add . | ||
git commit -m "Create changelog for ${{ env.BUTTERFLY_VERSION }}" | ||
git push origin | ||
- name: Merge main | ||
run: | | ||
git fetch | ||
|
@@ -284,4 +284,4 @@ jobs: | |
# run: fastlane deploy | ||
# if: ${{ !github.event.inputs.stable }} | ||
# env: | ||
# PLAY_STORE_UPLOAD_KEY: ${{ secrets.PLAY_STORE_UPLOAD_KEY }} | ||
# PLAY_STORE_UPLOAD_KEY: ${{ secrets.PLAY_STORE_UPLOAD_KEY }} |
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
572f551
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
butterfly – ./app
linwoodbutterfly.vercel.app
lw-butterfly.vercel.app
butterfly-eight.vercel.app
butterfly-git-main-linwood.vercel.app
butterfly-linwood.vercel.app
linwood-butterfly.vercel.app
butterfly.linwood.dev