From 854df6628a8c8c3475abc9ecf316fd6541704e9c Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Tue, 17 Oct 2023 18:55:46 +0900 Subject: [PATCH] fix: release script --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e07c519..8e81ec8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: run: | git restore --source=HEAD --staged --worktree -- package.json bun.lockb bun install --frozen-lockfile - npm run changelog --tag=${{ steps.split.outputs._2 }} + npm run changelog -- --tag=${{ steps.split.outputs._2 }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}