Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
No git rest (#35)
Browse files Browse the repository at this point in the history
* 🔧 assume unchange npmrc in CI

* 🔧 configure ci git credentials

* 🔧 lerna no git reset
  • Loading branch information
valentinbeggi authored Jun 10, 2022
1 parent 87ec17d commit d7dd65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/realease-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
git config --global user.email "ci@octokit.com"
git config --global user.name "@$GITHUB_ACTOR"
- name: Release to npm
run: yarn release ${{ github.event.release.tag_name }} -y
run: yarn release ${{ github.event.release.tag_name }} -y --no-git-reset

0 comments on commit d7dd65a

Please sign in to comment.