Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
nunofgs committed Dec 21, 2023
1 parent 229ce34 commit 4daeaac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
git config --global user.name "Customer.io"
git config --global user.email "[email protected]"
- name: Install Dependencies
- name: Install & Build
run: |
yarn install --frozen-lockfile
yarn build
- name: Publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd packages/node
yarn build
npm version prerelease
npm publish

0 comments on commit 4daeaac

Please sign in to comment.