Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

Commit 0b38559

Browse files
committed
chore(ci): push on tag only
1 parent 5e8dff5 commit 0b38559

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release-package.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Release
22
on:
33
push:
4+
tags:
5+
- 'v*'
46
jobs:
57
publish-github-registry:
68
runs-on: ubuntu-latest
@@ -14,7 +16,4 @@ jobs:
1416
- run: yarn install
1517
- run: yarn push
1618
env:
17-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
18-
permissions:
19-
contents: read
20-
packages: write
19+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)