Skip to content

Commit

Permalink
ci(general): fixed error with release script being triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
andreszorro committed Mar 7, 2024
1 parent 237edfc commit b35bd07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
with:
path: ./dist
- run: scripts/release.sh
if: startsWith(github.ref, 'refs/tags/')
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"signal-exit": "3.x"
},
"lint-staged": {
"*": ["bun biome ci"],
"*.{json,ts,js,mjs,mts}": ["bun biome ci"],
"*.{ts,mjs}": ["bun test:ci"]
}
}

0 comments on commit b35bd07

Please sign in to comment.