We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db357a commit 90726d7Copy full SHA for 90726d7
.github/workflows/npm-publish.yml
@@ -34,6 +34,8 @@ jobs:
34
node-version: 18
35
registry-url: https://registry.npmjs.org/
36
scope: "@smakss"
37
+ - run: yarn install
38
+ - run: yarn generate
39
- run: |
40
if grep -q "beta" package.json; then
41
echo "Publishing Beta to npm"
@@ -58,6 +60,8 @@ jobs:
58
60
59
61
registry-url: https://npm.pkg.github.com/
62
63
64
65
66
67
echo "Publishing Beta to GitHub Package Registry"
package.json
@@ -53,5 +53,5 @@
53
"typecheck": "tsc -b ."
54
},
55
"type": "module",
56
- "version": "3.1.0"
+ "version": "3.1.1"
57
}
0 commit comments