Skip to content

Commit

Permalink
Merge pull request #113 from lidofinance/feature/fix_package_fields
Browse files Browse the repository at this point in the history
Feature/fix package fields
  • Loading branch information
DiRaiks committed Mar 6, 2024
2 parents 5645dd9 + 93d42a2 commit 9a20e3d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/publish-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ jobs:
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: yarn npm audit

- name: Authenticate in npm
run: |
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
echo "workspaces-update=false" >> .npmrc
echo "provenance=true" >> .npmrc
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish Alpha
run: yarn multi-semantic-release --deps.bump=override --deps.release=patch --sequential-init
env:
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"homepage": "https://github.com/lidofinance/lido-ethereum-sdk",
"repository": {
"type": "git",
"url": "https://github.com/lidofinance/lido-ethereum-sdk.git",
"url": "git+https://github.com/lidofinance/lido-ethereum-sdk.git",
"directory": "packages/sdk"
},
"bugs": {
Expand Down

0 comments on commit 9a20e3d

Please sign in to comment.