Skip to content

Commit

Permalink
enable publish
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaskiewicz committed Jan 26, 2024
1 parent 7f3c224 commit 9073a7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/actions/publish-npm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
shell: bash
env:
NPM_TOKEN: ${{ inputs.token }}
# TODO(NOW): Re-Enable. Don't let me land this as is ;-)
# - name: Publish to NPM
# run: npm publish --tag ${{ inputs.tag }} --provenance
# shell: bash

- name: Publish to NPM
run: npm publish --tag ${{ inputs.tag }} --provenance
shell: bash

0 comments on commit 9073a7e

Please sign in to comment.