Skip to content

Commit

Permalink
chore: does bun publish work?
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-run committed Jan 28, 2025
1 parent 02eeb64 commit 8e02698
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,11 @@ jobs:
# - run: bun test
- run: bun run copy-html
- run: bun run sanity-check
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: 'https://npm.pkg.github.com'
scope: '@navikt'
- run: npm publish
- run: bun publish
if: github.ref == 'refs/heads/main'
working-directory: ./tsm-cli
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
increment-version:
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8e02698

Please sign in to comment.