Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeber-ibm authored Jan 31, 2025
1 parent d919a5b commit 1e5034f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: mkdir staging && mv target/JTOpen-test-${{ env.project_version }}-jar-with-dependencies.jar staging/JTOpen-test-${{ env.project_version }}.jar

- name: Create the release and upload artifact
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v4
with:
tag_name: v${{ env.project_version }}
name: v${{ env.project_version }}
Expand Down

0 comments on commit 1e5034f

Please sign in to comment.