Skip to content

Commit

Permalink
Update release-node.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Jan 24, 2024
1 parent 19a26fb commit d2a7679
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/release-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:
tags:
- "*.*.*" # version, e.g. 1.0.0

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.sha }}
cancel-in-progress: true

defaults:
run:
shell: bash
Expand Down Expand Up @@ -98,8 +94,8 @@ jobs:
run: ls -R ./artifacts
shell: bash

#- name: Publish NPM
# run: npm publish --dry-run --access public --registry=https://registry.npmjs.org/
# env:
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish NPM
run: npm publish --dry-run --access public --registry=https://registry.npmjs.org/
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit d2a7679

Please sign in to comment.