Skip to content

Commit 0f4ea12

Browse files
committed
build: fix commit and push branch for CI
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent d6ada26 commit 0f4ea12

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bump-patch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ jobs:
4949
uses: actions-js/push@master
5050
with:
5151
message: "build: bump Flipcash to ${{ steps.version.outputs.VERSION }}"
52-
branch: "code/cash2"
52+
branch: "code/cash"
5353
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}

.github/workflows/prep-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ jobs:
7272
uses: actions-js/push@master
7373
with:
7474
message: "build: update Flipcash versioning to ${{ steps.date.outputs.YEAR }}.${{ steps.date.outputs.MONTH }}"
75-
branch: "code/cash2"
75+
branch: "code/cash"
7676
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)