Skip to content

Commit

Permalink
try to change name on the fly
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronan LE MEILLAT committed Nov 14, 2022
1 parent 96bc5da commit 3669433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build-azure
- run: cp build/package.json .
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPMJS_TOKEN}}
1 change: 1 addition & 0 deletions .github/workflows/npm-publish-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build-pages
- run: cp build/package.json .
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPMJS_TOKEN}}

0 comments on commit 3669433

Please sign in to comment.