Skip to content

Commit

Permalink
chore: adjust release action
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Nov 14, 2024
1 parent a9de7cd commit 1a69215
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
env:
BUN_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

- name: Compile Binaries
run: bun run compile:all

- name: Create GitHub release
run: bunx changelogithub
env:
Expand All @@ -45,7 +42,6 @@ jobs:
- name: Attach Binaries
uses: softprops/action-gh-release@v2
with:
body_path: CHANGELOG.md
files: |
bin/dtsx-linux-x64
bin/dtsx-linux-arm64
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"lint:fix": "bunx eslint . --fix",
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
"changelog": "bunx changelogen --output CHANGELOG.md",
"prepublishOnly": "bun --bun run build",
"prepublishOnly": "bun --bun run build && bun run compile:all",
"release": "bun run changelog && bunx bumpp package.json --all",
"test": "bun test",
"typecheck": "bunx tsc --noEmit",
Expand Down

0 comments on commit 1a69215

Please sign in to comment.