Skip to content

Commit

Permalink
chore: (RI-4198) Update release-it configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercm1410 committed Sep 4, 2024
1 parent b4aa914 commit 16c9588
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
run: bun install --frozen-lockfile

- name: 🔨 Compile binary for supported platforms
run: task build-and-compress
run: |
mkdir -p ./dist/
task build-and-compress
- name: 🧪 Run tests
run: bun run test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"github": {
"release": false,
"releaseName": "v${version}",
"assets": ["dist/dot-env-generator*"]
"assets": ["dist/*tar.gz"]
},
"git": {
"commitMessage": "chore: release v${version}",
Expand Down

0 comments on commit 16c9588

Please sign in to comment.