Skip to content

Commit

Permalink
ci: remove unnecessary local .npmrc reset in release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rozsival committed Oct 31, 2023
1 parent 59c27a0 commit 05dd9cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
Expand Down Expand Up @@ -53,7 +55,6 @@ jobs:
run: |
git config user.name "GitHub Actions"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git checkout -- .npmrc
git add .
git diff-index --quiet HEAD || git commit -m "chore: release"
- name: Create git tags
Expand Down

0 comments on commit 05dd9cd

Please sign in to comment.