Skip to content

Commit 92737bb

Browse files
committed
Merge branch 'release/v1.2.2'
2 parents c9933f0 + 09c7ebb commit 92737bb

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
registry-url: 'https://registry.npmjs.org'
2727
- run: npm version
2828
- run: npm install
29-
- run: npm publish --access public
29+
- run: npm test
30+
# - run: npm publish --access public
3031
env:
3132
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3233
- run: npx changelogithub

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zeed",
33
"type": "module",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"packageManager": "pnpm@10.29.1",
66
"description": "🌱 Simple foundation library",
77
"author": {

0 commit comments

Comments
 (0)