Skip to content

Commit

Permalink
updating test workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
padams committed Jan 19, 2022
1 parent 670d260 commit 03105ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
npm install
npm run build
- name: create release branch
uses: actions/checkout@v2
run: |
git config user.name github-actions
git config user.email [email protected]
git -C ./ checkout -b release-${{ env.VERSION }}
echo changing version string in owa_env.php
sed -i "s/master/${{ env.VERSION }}/g" owa_env.php
Expand Down

0 comments on commit 03105ff

Please sign in to comment.