From c481f54bc6be24ec46ea7e147664de46cb655998 Mon Sep 17 00:00:00 2001 From: Rostislav Provodenko <60982217+rostislavdeepcrawl@users.noreply.github.com> Date: Thu, 22 Jul 2021 19:37:00 +0300 Subject: [PATCH] fix: cicd bugfix #113 --- .github/workflows/auto-release-duckdb-bleeding-edge.yml | 2 +- .github/workflows/auto-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-release-duckdb-bleeding-edge.yml b/.github/workflows/auto-release-duckdb-bleeding-edge.yml index a59ae76..4d5fc35 100644 --- a/.github/workflows/auto-release-duckdb-bleeding-edge.yml +++ b/.github/workflows/auto-release-duckdb-bleeding-edge.yml @@ -46,8 +46,8 @@ jobs: git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" yarn install --frozen-lockfile yarn standard-version - yarn publish --tag provisional-release --access public git push --follow-tags -f + yarn publish --tag provisional-release --access public env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} GITHUB_TOKEN: ${{ secrets.UPLOAD_ARTIFACTS_TOKEN }} diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index c4ab6ba..dea9e1a 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -46,8 +46,8 @@ jobs: git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" yarn install --frozen-lockfile yarn standard-version - yarn publish --tag provisional-release --access public git push --follow-tags -f + yarn publish --tag provisional-release --access public env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} GITHUB_TOKEN: ${{ secrets.UPLOAD_ARTIFACTS_TOKEN }}