Skip to content

Commit

Permalink
Comment out NPM publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
tmattio committed Oct 5, 2020
1 parent 633dafa commit b259fd1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
ocaml-version: ['4.10.0']
ocaml-version: ['4.10.1']

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -121,12 +121,12 @@ jobs:
asset_name: spin-linux-x64.zip
asset_content_type: application/gzip

- name: Publish NPM package
run: |
npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
npm config set scope "@tmattio"
npm config list
npm publish --access public
working-directory: ./_release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
# - name: Publish NPM package
# run: |
# npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
# npm config set scope "@tmattio"
# npm config list
# npm publish --access public
# working-directory: ./_release
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit b259fd1

Please sign in to comment.