We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16257c4 + 9700c89 commit f6b8602Copy full SHA for f6b8602
1 file changed
.github/workflows/bump-patch.yml
@@ -0,0 +1,19 @@
1
+name: Bump Flipcash version post release
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+jobs:
7
+ sync-branch:
8
+ name: Update development branch
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - name: Checkout repository
12
+ uses: actions/checkout@master
13
+ with:
14
+ ref: main
15
+ - uses: connor-baer/action-sync-branch@main
16
17
+ branch: develop
18
+ token: ${{ secrets.GITHUB_TOKEN }}
19
+ force: false
0 commit comments