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 4198048 commit f2a1c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
npm run build
- name: create release branch
run: |
git -C checkout -b release-${{ env.VERSION }}
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
cat ./owa_env.php
Expand Down

0 comments on commit f2a1c75

Please sign in to comment.