Skip to content

Commit 5a4947a

Browse files
authored
Update main.workflow
1 parent ebc297b commit 5a4947a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/main.workflow

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
workflow "New workflow" {
2+
on = "push"
3+
resolves = ["maven-publish"]
4+
}
5+
6+
action "maven-publish" {
7+
uses = "./gradlew"
8+
runs = "./gradlew"
9+
args = "build"
10+
}

0 commit comments

Comments
 (0)