We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9a94e commit 7f41483Copy full SHA for 7f41483
.github/workflows/release.yml
@@ -23,6 +23,8 @@ jobs:
23
- name: build
24
run: yarn build
25
- name: publish
26
+ # avoid release on fork
27
+ if: github.repository == 'immerjs/immer'
28
env:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments