Skip to content

Commit

Permalink
Fix release step
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed May 20, 2023
1 parent 6095b70 commit cef14b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
cp kroki-server.jar kroki-standalone-server-${{ env.RELEASE_VERSION }}.jar
sha512sum kroki-standalone-server-${{ env.RELEASE_VERSION }}.jar > kroki-standalone-server-${{ env.RELEASE_VERSION }}.sha512sum.txt
md5sum kroki-standalone-server-${{ env.RELEASE_VERSION }}.jar > kroki-standalone-server-${{ env.RELEASE_VERSION }}.md5sum.txt
working-directory: server/target
- name: Create release
run: |
gh release create "v${{ env.RELEASE_VERSION }}"
Expand Down

0 comments on commit cef14b6

Please sign in to comment.