diff --git a/.github/workflows/publish-new-version.yaml b/.github/workflows/publish-new-version.yaml index 89c9b3ceaa..0992fa9b39 100644 --- a/.github/workflows/publish-new-version.yaml +++ b/.github/workflows/publish-new-version.yaml @@ -48,6 +48,7 @@ jobs: - name: npm version run: | npm version ${{ github.event.inputs.version }} + git push origin main --follow-tags env: CI: true TEST_DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres