File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -63,23 +63,23 @@ jobs:
6363 run : |
6464 yarn example expo export --platform web
6565
66- publish-npm :
67- needs : [build-library, test]
68- runs-on : ubuntu-latest
69- if : github.event_name == 'push' && github.ref == 'refs/heads/main'
70- steps :
71- - name : Checkout
72- uses : actions/checkout@v3
73-
74- - name : Setup
75- uses : ./.github/actions/setup
76-
77- - name : Build package
78- run : yarn prepare
79-
80- - name : Publish to npm
81- run : |
82- npm config set //registry.npmjs.org/:_authToken=${NPM_TOKEN}
83- npm publish --access public
84- env :
85- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
66+ # publish-npm:
67+ # needs: [build-library, test]
68+ # runs-on: ubuntu-latest
69+ # if: github.event_name == 'push' && github.ref == 'refs/heads/main'
70+ # steps:
71+ # - name: Checkout
72+ # uses: actions/checkout@v3
73+
74+ # - name: Setup
75+ # uses: ./.github/actions/setup
76+
77+ # - name: Build package
78+ # run: yarn prepare
79+
80+ # - name: Publish to npm
81+ # run: |
82+ # npm config set //registry.npmjs.org/:_authToken=${NPM_TOKEN}
83+ # npm publish --access public
84+ # env:
85+ # NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments