From 9f5a34afa4082cb02ef14ece24095a52a99e834c Mon Sep 17 00:00:00 2001 From: Sebastian Wessel Date: Sat, 24 Feb 2024 23:32:59 +0000 Subject: [PATCH] chore: update publish workflow --- .github/workflows/release_version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_version.yml b/.github/workflows/release_version.yml index a1d34faf..392412d6 100644 --- a/.github/workflows/release_version.yml +++ b/.github/workflows/release_version.yml @@ -67,7 +67,7 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Commit version run: | - git push + git push origin --tags --follow-tags - name: Publish run: npm publish --access public --workspaces env: