Skip to content

Commit

Permalink
build: remove ignore script
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKruckenberg committed Apr 28, 2021
1 parent fa660fc commit 02ac55a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ jobs:
run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: ignore changed test snapshots
run: git update-index --assume-unchanged "**/__tests__/**/*.png"
- name: Configure CI Git User
run: |
git config --global user.email iterpre@protonmail.com
Expand Down

0 comments on commit 02ac55a

Please sign in to comment.