Skip to content

Commit

Permalink
testing release
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-mccarthy committed Dec 22, 2024
1 parent d3127b0 commit 396d2a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ jobs:
run: |
gh release create "$tag" \
--repo="$GITHUB_REPOSITORY" \
--title="${GITHUB_REPOSITORY#*/} ${tag#v}" \
--title="${tag#v}" \
--generate-notes
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</parent>
<groupId>com.github.joe_mccarthy</groupId>
<artifactId>metmesh</artifactId>
<version>0.0.2</version>
<version>0.0.1</version>
<name>metmesh</name>
<description>Demo project for Spring Boot</description>

Expand Down

0 comments on commit 396d2a6

Please sign in to comment.