We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ada26 commit 0f4ea12Copy full SHA for 0f4ea12
2 files changed
.github/workflows/bump-patch.yml
@@ -49,5 +49,5 @@ jobs:
49
uses: actions-js/push@master
50
with:
51
message: "build: bump Flipcash to ${{ steps.version.outputs.VERSION }}"
52
- branch: "code/cash2"
+ branch: "code/cash"
53
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
.github/workflows/prep-dev.yml
@@ -72,5 +72,5 @@ jobs:
72
73
74
message: "build: update Flipcash versioning to ${{ steps.date.outputs.YEAR }}.${{ steps.date.outputs.MONTH }}"
75
76
0 commit comments