Skip to content

0.3.7

0.3.7 #16

Workflow file for this run

name: release PR
on:
push:
branches:
- release/**
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run a multi-line script
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh pr create -B master -t ${{ github.ref }} -b ''