Skip to content

Commit

Permalink
Added missing version to package name
Browse files Browse the repository at this point in the history
  • Loading branch information
maccasoft committed Feb 15, 2024
1 parent a794470 commit 5992d98
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 @@ -27,5 +27,5 @@ jobs:
- uses: softprops/action-gh-release@v1
with:
files: |
target/spin-tools-ide*
target/spin-tools*
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
</profile>
</profiles>
<build>
<finalName>spin-tools-ide</finalName>
<finalName>spin-tools-${project.version}</finalName>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
Expand Down

0 comments on commit 5992d98

Please sign in to comment.