Skip to content

Commit

Permalink
chore: testing to bump #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Kammerlo committed Nov 8, 2024
1 parent 67d69ba commit 145b0cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: nnichols/maven-version-bump-action@v3
with:
github-token: ${{ secrets.github_token }}
version-path: /project/properties/revision

- name: Print Version
run: "echo 'New Version: ${{steps.bump.outputs.version}}'"
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.cardanofoundation.rosetta-java</groupId>
<artifactId>base</artifactId>
<version>1.0.0..1</version>
<version>${revision}</version>
<packaging>pom</packaging>

<scm>
Expand Down

0 comments on commit 145b0cf

Please sign in to comment.