From 1dd82ede7ba8242581a7b4c208b4c04fabea38d4 Mon Sep 17 00:00:00 2001 From: Titouan Launay Date: Tue, 30 Jan 2024 20:06:23 -0800 Subject: [PATCH] Update npm version patch command --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 85eb7ab..f2782d0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,7 +25,8 @@ jobs: run: | git config --global user.name "GitHub Actions" git config --global user.email "actions@github.com" - - run: npm version patch -m "Bump version to %s [skip ci]" + - run: npm version patch -m "Bump version to %s [skip ci]" --verbose + working-directory: ./ - run: git diff HEAD # - run: npm publish --access public # env: