Skip to content

Commit

Permalink
chore: update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv committed Dec 23, 2024
1 parent 7673915 commit d048414
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:

- name: Install dependencies, build and publish marketing-scripts
working-directory: public/scripts/packages/marketing
env:
CI: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN}}
run: |
npm install
npm run build
Expand Down

0 comments on commit d048414

Please sign in to comment.