Skip to content

fix: quote the command to create PR in release PR action (#10) #10

fix: quote the command to create PR in release PR action (#10)

fix: quote the command to create PR in release PR action (#10) #10

Workflow file for this run

name: Release by merge
on:
push:
branches:
- 'main'
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: ./.github/actions/release-by-merge
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}