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 }}