Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SummerSec authored Apr 17, 2022
1 parent d178c54 commit ae6b6d7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Release Maven



# on:
# push:
# tags:
# - '*'
on: [push]
on:
push:
tags:
- '*'
# on: [push]



Expand All @@ -24,7 +24,7 @@ jobs:
java-package: jdk+fx
- name: Build with Maven
run:
mvn clean package -DskipTests=true -Dmaven.javadoc.skip=true -B -V -X
mvn clean package -DskipTests=true -Dmaven.javadoc.skip=true -B -V
- name: Create Release
id: create_release
uses: SummerSec/create-release@master
Expand Down

0 comments on commit ae6b6d7

Please sign in to comment.