Update release scripts (take 2)

This commit is contained in:
Taiki Endo
2023-04-11 12:56:22 +09:00
parent 1fe1e0ef01
commit 3cd0f0ed94
4 changed files with 99 additions and 54 deletions

View File

@@ -21,11 +21,10 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- 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