Skip to content

Commit

Permalink
nightly versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
maniospas committed Aug 1, 2024
1 parent 916794b commit d68b326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Archive JAR
uses: actions/upload-artifact@v2
with:
name: java-app
name: JGNN-nightly
path: target/*.jar

- name: Create GitHub Release
Expand Down
2 changes: 1 addition & 1 deletion JGNN/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>mklab</groupId>
<artifactId>JGNN</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>nightly</version>
<packaging>jar</packaging>

<name>JGNN</name>
Expand Down

0 comments on commit d68b326

Please sign in to comment.