Skip to content

Commit

Permalink
add git fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
justjavac committed Aug 31, 2020
1 parent 1184e0c commit f68b7b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "迷渡"
git remote set-url origin https://justjavac:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git fetch
git checkout release
cp -rf target/release/dvm-x86_64-* .
git commit -am "auto release"
Expand Down

0 comments on commit f68b7b5

Please sign in to comment.