Skip to content

Commit a477323

Browse files
authored
chore: Move tag (#90)
Move tag Signed-off-by: Todd Baert <[email protected]>
1 parent eaf5455 commit a477323

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: release
22

33
on:
4-
push:
5-
# run only against tags prefixed with v
6-
tags:
7-
- 'v*'
4+
registry_package:
5+
types: [created]
86

97
jobs:
108
build:
@@ -33,7 +31,7 @@ jobs:
3331
git config --global user.email '[email protected]'
3432
3533
- name: Version
36-
run: npm version $GITHUB_REF_NAME
34+
run: npm version $GITHUB_REF_NAME --git-tag-version false
3735

3836
- name: Publish
3937
run: npm publish --access public

0 commit comments

Comments
 (0)