Skip to content

Commit

Permalink
fix: fixed yarn.lock and add .npmrc (#624)
Browse files Browse the repository at this point in the history
Co-authored-by: Fabio Rigamonti <[email protected]>
  • Loading branch information
rodolfopietro97 and fabiorigam authored Feb 26, 2024
1 parent 1b61f9e commit c2edf51
Show file tree
Hide file tree
Showing 5 changed files with 501 additions and 3,781 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,11 @@ jobs:
yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Publish Hardhat Plugin
run: |
cd packages/hardhat-plugin
yarn version --no-git-tag-version --new-version ${{ github.ref_name }}
yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
1 change: 1 addition & 0 deletions apps/vechain-sdk-hardhat-integration/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@vechain=https://npm.pkg.github.com
Loading

0 comments on commit c2edf51

Please sign in to comment.