Skip to content

Commit 8cf5983

Browse files
authored
add commented publish step
1 parent 322151f commit 8cf5983

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/push.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
on: [push, pull_request]
1+
on: [push]
22
name: Test
33
jobs:
44
test:
@@ -17,3 +17,7 @@ jobs:
1717
- run: yarn install
1818
- run: git config --global user.email "[email protected]" && git config --global user.name "patch-package"
1919
- run: yarn run test
20+
# Enable the following when ready to publish automatically.
21+
# - run: yarn publish
22+
# env:
23+
# NODE_AUTH_TOKEN: ${{ secrets.YARN_TOKEN }}

0 commit comments

Comments
 (0)