Skip to content

Commit

Permalink
help me
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrohd committed Mar 24, 2024
1 parent 62b51c6 commit 908acbc
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,11 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: 📦 Publish Package
working-directory: crates/marecchia-core/pkg
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./crates/marecchia-core/pkg
access: public

- name: 💾 Save Artifact
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -147,11 +148,11 @@ jobs:
run: |
npm build
- name: 📦 Publish ${{ matrix.packages.name }}
working-directory: ${{ matrix.packages.path }}
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: 📦 Publish Package
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: ${{ matrix.packages.path }}

#- name: 🔼 Publish to NPM
# uses: JS-DevTools/npm-publish@v3
Expand Down

0 comments on commit 908acbc

Please sign in to comment.