Skip to content

Commit eee1659

Browse files
committed
Update dependencies and remove release workflow
1 parent 8c8a273 commit eee1659

File tree

3 files changed

+84
-86
lines changed

3 files changed

+84
-86
lines changed
Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
name: Release
1+
name: Publish Package
22
on:
33
push:
44
tags:
5-
- "v*.*.*"
5+
- "v*"
6+
permissions:
7+
id-token: write
8+
contents: read
69
jobs:
7-
build:
10+
publish:
811
runs-on: ubuntu-latest
9-
permissions:
10-
contents: read
11-
id-token: write
1212
steps:
1313
- uses: actions/checkout@v5
1414
- uses: actions/setup-node@v5
@@ -18,6 +18,4 @@ jobs:
1818
scope: "@vuebro"
1919
- run: npm ci
2020
- run: npm run build
21-
- run: npm publish --provenance --access public
22-
env:
23-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
21+
- run: npm publish

package-lock.json

Lines changed: 75 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
"prettier": "@vuebro/configs/prettierrc",
3838
"dependencies": {
3939
"uuid-random": "^1.3.2",
40-
"vue": "^3.5.22"
40+
"vue": "^3.5.23"
4141
},
4242
"devDependencies": {
4343
"@types/node": "^24.10.0",
44-
"@vuebro/configs": "^1.1.62",
44+
"@vuebro/configs": "^1.1.63",
4545
"eslint": "^9.39.1"
4646
}
4747
}

0 commit comments

Comments
 (0)