Skip to content

Commit 6af8c8b

Browse files
committed
🤦‍♀️ simplifying logic to branch based release...
1 parent c0d6b43 commit 6af8c8b

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 = "branch master"
2121
}
2222

2323
action "Publish" {

0 commit comments

Comments
 (0)