Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cjkoepke committed Jul 1, 2024
1 parent b10780d commit c8e5317
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:

# Bump Versions (reinstate after release)
- name: Bump versions
run: bun version
run: bun version:ci
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Configure npm authentication
run: npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
run: npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_ACCESS_TOKEN }}

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

0 comments on commit c8e5317

Please sign in to comment.