From 5aecd4625538db892fac3c4c2b10db78cba98fce Mon Sep 17 00:00:00 2001 From: Pavel Malyshev <144722216+dxpm@users.noreply.github.com> Date: Mon, 18 Dec 2023 22:12:52 +0300 Subject: [PATCH] Update npm-publish.yml --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 7f957de9..7889674f 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -19,7 +19,7 @@ jobs: - run: git config user.email "pmalyshev@devexperts.com" - run: git config user.name "dxpm" - run: npm version from-git --no-git-tag-version - - run: git commit -am "Bump package version" + - run: git commit -a -m "Bump package version" - run: git push origin master - run: npm publish --access public env: