Skip to content

Commit

Permalink
fix: Correct prefix for temp branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cpswan committed Apr 26, 2024
1 parent eaa4c09 commit d4597ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/multibuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
git commit -m 'ci: Updated version to tag'
fi
- name: Push changes to branch
run: git push --set-upstream origin robo-${{github.run_number}}
run: git push --set-upstream origin multibuild-${{github.run_number}}

main_build:
needs: verify_tags
Expand Down

0 comments on commit d4597ee

Please sign in to comment.