Skip to content

Commit

Permalink
Use package parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
dompuiu committed Jun 25, 2024
1 parent ebdb22c commit ab49636
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/npm-publish-core-modules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ jobs:
- name: Install core module dependencies
working-directory: ./coreModulePackages/${{ github.event.inputs.module }}
run: npm ci
- name: Publish core module to NPM
working-directory: ./coreModulePackages/${{ github.event.inputs.module }}
uses: JS-DevTools/npm-publish@v3
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.ADOBE_BOT_NPM_TOKEN }}
package: ./coreModulePackages/${{ github.event.inputs.module }}
dryRun: true

0 comments on commit ab49636

Please sign in to comment.