Skip to content

Commit

Permalink
ci: adds hyperledger registry for release (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
amagyar-iohk committed Jan 30, 2024
1 parent 04d8a5d commit df3dcfa
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,16 @@ jobs:
with:
node-version: "lts/*"
registry-url: 'https://registry.npmjs.org/'


- name: Setup Node.js for @hyperledger-labs
uses: actions/setup-node@v3
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
node-version: "lts/*"
registry-url: https://npm.pkg.github.com/
scope: "@hyperledger-labs"

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down

1 comment on commit df3dcfa

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines Statements Branches Functions
Coverage: 62%
62.22% (1260/2025) 50.64% (547/1080) 64.12% (370/577)

JUnit

Tests Skipped Failures Errors Time
335 2 💤 0 ❌ 0 🔥 37.762s ⏱️

Please sign in to comment.