Skip to content

Commit

Permalink
fix: missing step
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabpramanik committed Jul 24, 2024
1 parent e11aef1 commit e937027
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/beta-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v2

- name: Install the dependencies
run: pnpm install

- name: Configure npm for authentication
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
Expand Down

0 comments on commit e937027

Please sign in to comment.