Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Kemosabert committed Oct 15, 2024
1 parent 81ce773 commit 4c83999
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Build and release
on:
release:
types: [created]
pull_request:
branches:
- '*'

jobs:
build:
Expand Down Expand Up @@ -32,9 +35,9 @@ jobs:
- name: Build the library
run: yarn build

- name: Publish to NPM
run: |
echo "Publishing version ${{ steps.get_version.outputs.tag }} to NPM"
cd build && npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
# - name: Publish to NPM
# run: |
# echo "Publishing version ${{ steps.get_version.outputs.tag }} to NPM"
# cd build && npm publish --provenance --access public
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 comments on commit 4c83999

Please sign in to comment.