Skip to content

Commit

Permalink
go back to current branch/tag
Browse files Browse the repository at this point in the history
  • Loading branch information
justjavac committed Aug 31, 2020
1 parent f68b7b5 commit 863d8d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,10 @@ jobs:
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-* .
cp -rf target/release/dvm-* .
git commit -am "auto release"
git push
git checkout ${{ github.ref }}
- name: Publish
if: |
Expand Down

0 comments on commit 863d8d4

Please sign in to comment.