Skip to content

Commit c6e606d

Browse files
committed
Merge branch 'development' into pr-check
# Conflicts: # .github/workflows/pr-flow.yml
2 parents 8202356 + eae1642 commit c6e606d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/release-flow.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: RELEASE
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
jobs:
8+
release-on-push:
9+
runs-on: ubuntu-latest
10+
env:
11+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12+
steps:
13+
- uses: actions/checkout@v3
14+
- uses: rymndhng/release-on-push-action@master
15+
with:
16+
bump_version_scheme: norelease

0 commit comments

Comments
 (0)