Skip to content

feat: add create release pr for npm action (#8) #8

feat: add create release pr for npm action (#8)

feat: add create release pr for npm action (#8) #8

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 }}