Skip to content

Commit ca4d56b

Browse files
get Release action working
1 parent 53e7b23 commit ca4d56b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Build and publish
4141
id: publish
4242
run: |
43-
pnpm publish
43+
pnpm publish --access public --tag ${{ github.ref }}
4444
env:
4545
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4646

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pinia-scope",
33
"type": "module",
4-
"version": "1.0.12",
4+
"version": "1.0.13",
55
"packageManager": "pnpm@10.9.0",
66
"description": "Scoped Pinia Stores for Vue",
77
"author": {

0 commit comments

Comments
 (0)