Skip to content

Commit 427e7ba

Browse files
committed
fix: frankly i'm an idiot
1 parent 7d2d1bb commit 427e7ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
cache: pnpm
2121

2222
- run: pnpm install
23+
- run: pnpm build
2324
- run: pnpm publish --provenance --access public --no-git-checks
2425
env:
2526
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "smol-toml",
33
"license": "BSD-3-Clause",
4-
"version": "1.3.2",
4+
"version": "1.3.3",
55
"description": "A small, fast, and correct TOML parser/serializer",
66
"author": "Cynthia <[email protected]>",
77
"repository": "github:squirrelchat/smol-toml",

0 commit comments

Comments
 (0)