From 93779f4af5520d8ad4d6a11da4d72adfc539d860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Kazami=20=5B=E4=B9=94=E6=B2=BB=C2=B7=E9=A2=A8?= =?UTF-8?q?=E8=A6=8B=5D?= Date: Sun, 5 Mar 2023 02:02:14 +0000 Subject: [PATCH] add update and push --- .github/workflows/release-and-update-changelog.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-and-update-changelog.yml b/.github/workflows/release-and-update-changelog.yml index ef1c65c..4e8515a 100644 --- a/.github/workflows/release-and-update-changelog.yml +++ b/.github/workflows/release-and-update-changelog.yml @@ -83,4 +83,5 @@ jobs: - name: update the changelog and add a specific tag if: ${{ env.RELEASE_VERSION != '' }} run: pnpm release:changelog --release-as ${{ env.RELEASE_VERSION }} - + - name: publish the update + run: git push --follow-tags origin main && npm publish \ No newline at end of file