Skip to content

Commit be1cb69

Browse files
committed
remove tag action
1 parent 98c03bb commit be1cb69

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/main.workflow

+1-8
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,8 @@ action "Test" {
1414
args = "test"
1515
}
1616

17-
# Filter for a new tag
18-
action "Tag" {
19-
needs = "Test"
20-
uses = "actions/bin/filter@master"
21-
args = "tag"
22-
}
23-
2417
action "Publish" {
25-
needs = "Tag"
18+
needs = "Test"
2619
uses = "actions/npm@master"
2720
args = "publish --access public"
2821
secrets = ["NPM_AUTH_TOKEN"]

0 commit comments

Comments
 (0)