Skip to content

Commit

Permalink
fix(github act): trying to change release version (last test I don't …
Browse files Browse the repository at this point in the history
…want to spam)
  • Loading branch information
Thumuss committed Nov 22, 2024
1 parent 2376585 commit 0debc58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
- name: Compile with maven
run: |
EW_VERSION=${{ steps.semver.outputs.next }}
mvn --batch-mode --update-snapshots package
mvn --batch-mode --update-snapshots package -Deasywarp.version=${{ steps.semver.outputs.next }}
- name: Create artifact directory
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>eu.thumus</groupId>
<artifactId>easywarp</artifactId>
<version>${env.EW_VERSION}</version>
<version>${easywarp.version}</version>
<packaging>jar</packaging>

<name>EasyWarp</name>
Expand Down

0 comments on commit 0debc58

Please sign in to comment.