Skip to content

Commit

Permalink
fix on-tags.yml
Browse files Browse the repository at this point in the history
since the workflow triggers on a tag, we end-up in detached head, where we can not push to. (fixup)

git: 'co' is not a git command. See 'git --help'
  • Loading branch information
gberche-orange committed Jan 9, 2024
1 parent f6d70ad commit 0c78fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: create-branch-for-tag
run: |
set -x # enable traces
git co -b ${{github.ref_name}}-release
git checkout -b ${{github.ref_name}}-release
- name: create bosh release
id: create-bosh-release
Expand Down

0 comments on commit 0c78fae

Please sign in to comment.