Skip to content

Commit

Permalink
fix: remove force flag (cicd) #116
Browse files Browse the repository at this point in the history
  • Loading branch information
rprovodenko authored Jul 22, 2021
1 parent 2a59392 commit 5a30b4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release-duckdb-bleeding-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
yarn install --frozen-lockfile
yarn standard-version
git push --follow-tags -f
git push --follow-tags
yarn publish --tag provisional-release --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
yarn install --frozen-lockfile
yarn standard-version
git push --follow-tags -f
git push --follow-tags
yarn publish --tag provisional-release --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down

0 comments on commit 5a30b4f

Please sign in to comment.