Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Jul 31, 2023
1 parent 4ed8161 commit e47434c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,26 @@ jobs:
with:
fetch-depth: 0

- name: Set Node.js
uses: actions/setup-node@v3
with:
registry-url: 'https://registry.npmjs.org'

- name: Install bun
uses: oven-sh/setup-bun@v1

- name: Install dependencies
run: bun install

- name: Build the release
run: bun --bun run build
run: bun run build

- name: Publish to npm
run: bun run publish --access public --no-git-checks
run: npm publish --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

- name: Create GitHub release
run: changelogithub
run: npx changelogithub
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Binary file modified bun.lockb
Binary file not shown.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"@types/node": "^18.17.1",
"bun-types": "^0.7.1",
"bumpp": "^9.1.1",
"changelogithub": "^0.12.12",
"commitizen": "^4.3.0",
"conventional-changelog-cli": "^3.0.0",
"cz-git": "^1.7.0",
Expand Down

0 comments on commit e47434c

Please sign in to comment.