Skip to content

Commit

Permalink
snapshot release build widget
Browse files Browse the repository at this point in the history
  • Loading branch information
tokdaniel committed Oct 17, 2023
1 parent 7a76cd5 commit c94af9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/snapshot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Build Widget
run: pnpm build:widget

- name: Authenticate with NPM
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPMJS_TOKEN }}" > .npmrc

Expand Down

0 comments on commit c94af9b

Please sign in to comment.