Skip to content

Commit 2639146

Browse files
committed
fix publish.yml
1 parent e04de22 commit 2639146

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: Checkout repo
1515
uses: actions/checkout@v3
16+
with:
17+
ref: main
1618

1719
- name: Setup pnpm
1820
uses: pnpm/action-setup@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-with-hoc",
33
"description": "React HOCs made easy and great",
4-
"version": "0.0.6-wip01",
4+
"version": "0.0.6-wip02",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.mjs",
77
"umd:main": "dist/index.umd.js",

0 commit comments

Comments
 (0)