Skip to content

Commit

Permalink
Fix workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwang401 committed Oct 23, 2022
1 parent cfa408f commit 6fb4f4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
git config --local user.email "ci@convoypanel.com"
git config --local user.name "Convoy CI"
git checkout -b $BRANCH
git pull
git push -u origin $BRANCH
sed -i "s/ 'version' => 'canary',/ 'version' => '${REF:11}',/" config/app.php
git add config/app.php
Expand Down

0 comments on commit 6fb4f4d

Please sign in to comment.