Skip to content

Commit 478d54b

Browse files
committed
Change the Workflow to Run on Push Tags
1 parent b16cc86 commit 478d54b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Publish Package to NPM
22
on:
33
workflow_dispatch:
4-
release:
5-
types: [created]
4+
push:
5+
tags:
6+
- v*
67
jobs:
78
build:
89
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)