Skip to content

Commit

Permalink
Merge pull request #237 from Onlineberatung/develop
Browse files Browse the repository at this point in the history
Sync OB
  • Loading branch information
janrembold authored May 6, 2024
2 parents ef9089a + 917d5e8 commit 312ba91
Show file tree
Hide file tree
Showing 32 changed files with 643 additions and 1,555 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Loading

0 comments on commit 312ba91

Please sign in to comment.