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.
2 parents c9933f0 + 09c7ebb commit 92737bbCopy full SHA for 92737bb
2 files changed
.github/workflows/main.yml
@@ -26,7 +26,8 @@ jobs:
26
registry-url: 'https://registry.npmjs.org'
27
- run: npm version
28
- run: npm install
29
- - run: npm publish --access public
+ - run: npm test
30
+ # - run: npm publish --access public
31
env:
32
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
33
- run: npx changelogithub
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "zeed",
3
"type": "module",
4
- "version": "1.2.1",
+ "version": "1.2.2",
5
"packageManager": "pnpm@10.29.1",
6
"description": "🌱 Simple foundation library",
7
"author": {
0 commit comments