We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e04de22 commit 2639146Copy full SHA for 2639146
.github/workflows/publish.yml
@@ -13,6 +13,8 @@ jobs:
13
steps:
14
- name: Checkout repo
15
uses: actions/checkout@v3
16
+ with:
17
+ ref: main
18
19
- name: Setup pnpm
20
uses: pnpm/action-setup@v2
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-with-hoc",
3
"description": "React HOCs made easy and great",
4
- "version": "0.0.6-wip01",
+ "version": "0.0.6-wip02",
5
"main": "dist/index.cjs.js",
6
"module": "dist/index.esm.mjs",
7
"umd:main": "dist/index.umd.js",
0 commit comments