Skip to content

Commit

Permalink
Publish with provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmulik-Kravitz committed Oct 2, 2024
1 parent a453abc commit 032c9c5
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions .github/workflows/ci.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,22 @@ jobs:
git push
git push origin v$VERSION_TAG
# - run: yarn npm publish --access public
- run: yarn pub
env:
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# - run: yarn pub
# env:
# YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: npm-publish jewish-dates-core
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: packages/jewishDatesCore
provenance: true

- name: npm-publish react-jewish-datepicker
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: packages/reactJewishDatePicker
provenance: true

0 comments on commit 032c9c5

Please sign in to comment.