Skip to content

Commit

Permalink
Trial fix for yarn publish for MWD publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
clpetersonucf committed Jan 29, 2025
1 parent dfaec8f commit e798f24
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish_widget_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: yarn install
- run: yarn build
- run: |
cat > .yarnrc.yml << EOL
npmRegistryServer: 'https://registry.npmjs.org'
npmAuthToken: \${{ secrets.NPM_TOKEN }}
EOL
- run: yarn publish public/dist
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit e798f24

Please sign in to comment.