Skip to content

Commit

Permalink
Solve detached HEAD state of the cloned git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Oct 26, 2020
1 parent 004b850 commit 3a922e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@ jobs:
runs-on: ubuntu-18.04
steps:

- uses: actions/checkout@v1
- uses: actions/checkout@v2

- name: git remote rename origin upstream
run: |
git remote -v
git remote rename origin upstream
git status
- name: release.sh
run: ./release.sh

0 comments on commit 3a922e4

Please sign in to comment.