Skip to content

Commit d857dff

Browse files
committed
fix: fixed missing references
1 parent a454edc commit d857dff

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,13 @@ jobs:
3636
- name: Build the project
3737
run: bun run build
3838

39+
- name: Move dist to build
40+
run: mkdir build && cp dist/* build/
41+
42+
- name: Copy content to build
43+
run: cp README.md package.json bun.lock build/
44+
3945
- name: Publish to npm
40-
run: bun publish
46+
run: cd build && bun publish
4147
env:
4248
NPM_CONFIG_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": "zod-environment",
33
"type": "module",
4-
"version": "0.0.4",
4+
"version": "0.0.6",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/Costiss/zod-environment"

0 commit comments

Comments
 (0)