Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianbatuto committed Oct 30, 2024
1 parent deb5073 commit 6025d92
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/publish-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

build-and-publish-packages:
runs-on: ubuntu-22.04
permissions:
id-token: write
steps:
- uses: actions/[email protected]
with:
Expand All @@ -38,9 +40,10 @@ jobs:
TAPE_TEST_RUNNER_DISABLED: true
- name: lerna-publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_TEST }}
NPM_CONFIG_PROVENANCE: true
run: |
git config --global user.email "[email protected]"
git config --global user.name "hyperledger-ghci"
git config --global user.email "alb"
git config --global user.name "alb"
npm whoami
yarn lerna publish from-git --yes --loglevel=debug

0 comments on commit 6025d92

Please sign in to comment.