Skip to content

Commit 833bba6

Browse files
committed
ci: udpates on tags
1 parent 1636e64 commit 833bba6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Release
22

33
on:
44
push:
5-
branches:
6-
- main
5+
tags:
6+
- 'v*'
77

88
jobs:
99
release:
@@ -15,7 +15,7 @@ jobs:
1515
node-version: 20
1616
registry-url: https://registry.npmjs.org/
1717
- run: npm ci
18-
- run: npm run build
18+
1919
- name: Version bump
2020
if: success()
2121
run: |

0 commit comments

Comments
 (0)