Skip to content

Commit 7f2b23a

Browse files
committed
✍️ attempting different logic
1 parent a9723e6 commit 7f2b23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/main.workflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ action "Test" {
1717
action "Master" {
1818
needs = "Test"
1919
uses = "actions/bin/filter@master"
20-
args = "tag *.*.*"
20+
args = "tag"
2121
}
2222

2323
action "Publish" {

0 commit comments

Comments
 (0)