Skip to content

Commit c4597a5

Browse files
committed
Fix branch name in workflow
1 parent b5f7bba commit c4597a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/01-powerpipe-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Create base branch
6161
if: steps.semver_parser.outputs.prerelease == ''
6262
run: |
63-
git checkout -b tailpipe-brew
63+
git checkout -b powerpipe-brew
6464
git push --set-upstream origin powerpipe-brew
6565
6666
build_assets:

0 commit comments

Comments
 (0)