Skip to content

Commit

Permalink
[skip ci] add sha256/md5 sum to realeases
Browse files Browse the repository at this point in the history
  • Loading branch information
msbarry committed Oct 24, 2021
1 parent 66faa20 commit 22a2e99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
sha: context.sha
})
- run: mv flatmap-dist/target/*with-deps.jar flatmap.jar
- run: sha256sum flatmap.jar > flatmap.jar.sha256
- run: md5sum flatmap.jar > flatmap.jar.md5
- name: Log in to the Container Registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with:
Expand All @@ -65,7 +67,7 @@ jobs:
tag_name: v${{ github.event.inputs.version }}
draft: true
files: |
flatmap.jar
flatmap.jar*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: ./scripts/push-release.sh ${{ github.event.inputs.version }}
Expand Down

0 comments on commit 22a2e99

Please sign in to comment.