Skip to content

Commit

Permalink
wip: writing GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
joduplessis committed Jan 29, 2024
1 parent ae37b25 commit f2f96ca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-tag-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ jobs:
node-version: "18"

- name: Publish to NPM
working-directory: ./packages/core
working-directory: ./
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm install
npm run build:prod
npm publish --dry-run

0 comments on commit f2f96ca

Please sign in to comment.