Skip to content

Commit e2d4b79

Browse files
committed
Add release action
1 parent 1f5200d commit e2d4b79

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/release.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
on:
2+
workflow_dispatch:
3+
jobs:
4+
gitPrRelease:
5+
name: git-pr-release
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@master
9+
with:
10+
fetch-depth: 0
11+
- name: git-pr-release
12+
uses: bakunyo/git-pr-release-action@master
13+
env:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
GIT_PR_RELEASE_BRANCH_PRODUCTION: main

0 commit comments

Comments
 (0)