Skip to content

Commit dc6530d

Browse files
committed
ci
1 parent 0ce3261 commit dc6530d

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/manual-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
env:
5454
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5555

56-
- name: Get version
56+
- name: 👀 Get version
5757
id: version
5858
run: echo "VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
5959

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"version": "0.0.13",
44
"type": "module",
55
"main": "dist/cli.js",
6-
"bin": {
7-
"sqlc-typescript": "bin/cli"
8-
},
6+
"bin": "bin/cli",
97
"files": [
108
"dist",
119
"bin"

0 commit comments

Comments
 (0)