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 5b132cf commit 6e2b0f5
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 @@ -31,7 +31,7 @@ jobs:
run: |
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
sed -i s/master/${{ env.VERSION }}/g" owa_env.php
cat ./owa_env.php
echo Committing local changes
git -C ./ status
Expand Down

0 comments on commit 6e2b0f5

Please sign in to comment.