Skip to content

Commit

Permalink
Merge pull request #994 from atsign-foundation/cpswan-fix-branch-prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
gkc authored Apr 26, 2024
2 parents eaa4c09 + d4597ee commit a670259
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 a670259

Please sign in to comment.