Update release scripts (take 3)

This commit is contained in:
Taiki Endo
2023-07-09 13:02:13 +09:00
parent 76d33aa44e
commit be8c41d56e
4 changed files with 101 additions and 53 deletions

View File

@@ -22,10 +22,11 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
token: ${{ secrets.CREATE_PR_TOKEN }}
- uses: taiki-e/create-gh-release-action@v1
with:
changelog: CHANGELOG.md
title: $version
branch: 'main|v[0-9]+'
token: ${{ secrets.GITHUB_TOKEN }}
- run: ci/publish.sh