From a15157465c1b396e2c8cd19979c676796a733f3f Mon Sep 17 00:00:00 2001 From: Mateusz Kwasniewski Date: Tue, 6 Dec 2022 09:46:41 +0100 Subject: [PATCH] Update publish-new-version.yaml --- .github/workflows/publish-new-version.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-new-version.yaml b/.github/workflows/publish-new-version.yaml index fe540d1958..51c299389e 100644 --- a/.github/workflows/publish-new-version.yaml +++ b/.github/workflows/publish-new-version.yaml @@ -50,7 +50,8 @@ jobs: - name: npm version run: | npm version ${{ github.event.inputs.version }} - git push origin main --follow-tags + git push origin main + git push --tags env: CI: true TEST_DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres