Skip to content

Commit

Permalink
chore: build
Browse files Browse the repository at this point in the history
  • Loading branch information
cjkoepke committed Jul 1, 2024
1 parent 22ecfd9 commit e3b1d14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
- name: Configure npm authentication
run: npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_ACCESS_TOKEN }}

# Build Files
- name: Build
run: bun run build

# Create Release
- name: Publish
run: bun run publish:ci

0 comments on commit e3b1d14

Please sign in to comment.