forked from Onlineberatung/onlineBeratung-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #237 from Onlineberatung/develop
Sync OB
- Loading branch information
Showing
32 changed files
with
643 additions
and
1,555 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 |
---|---|---|
|
@@ -57,13 +57,13 @@ jobs: | |
echo "fs.inotify.max_user_watches=524288" | sudo tee -a /etc/sysctl.conf | ||
npm run test:build | ||
- name: Bump version | ||
if: startsWith(env.BRANCH,'release') == true | ||
if: env.BRANCH == 'release' | ||
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "GitHub Action" | ||
npm run release | ||
- name: Push changes | ||
if: startsWith(env.BRANCH,'release') == true | ||
if: env.BRANCH == 'release' | ||
uses: ad-m/github-push-action@master | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
|
Oops, something went wrong.