Skip to content

Commit 7bae88d

Browse files
committed
add release through github action
1 parent 4dc8908 commit 7bae88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
java-version: 1.8
1616
- name: Build with Maven
1717
run: mvn -B package --file pom.xml
18-
release:
18+
release:
1919
name: Release
2020
runs-on: ubuntu-latest
2121
steps:

0 commit comments

Comments
 (0)