Skip to content

release

release #36

Workflow file for this run

name: release
on:
workflow_dispatch:
permissions:
pull-requests: write
jobs:
gitPrRelease:
name: git-pr-release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: git-pr-release
uses: bakunyo/git-pr-release-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_PR_RELEASE_BRANCH_STAGING: ${{ github.ref_name }}
GIT_PR_RELEASE_BRANCH_PRODUCTION: main