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

Commit c20a64d

Browse files
author
Bassem Dghaidi
committed
Replace event with tag push instead of create
1 parent c03cc29 commit c20a64d

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 to npm
22

33
on:
4-
create:
5-
types: [tag]
4+
push:
5+
tags:
6+
- [0-9].[0-9]+.[0-9]+
67
# release:
78
# types: [published]
89

0 commit comments

Comments
 (0)