Skip to content

chore: added prop tests against rust implementation of SHA512 and SHA… #6

chore: added prop tests against rust implementation of SHA512 and SHA…

chore: added prop tests against rust implementation of SHA512 and SHA… #6

Workflow file for this run

name: Release
on:
push:
branches:
- master
jobs:
release-please:
name: Create Release
outputs:
release-pr: ${{ steps.release.outputs.pr }}
tag-name: ${{ steps.release.outputs.tag_name }}
runs-on: ubuntu-latest
steps:
- name: Run release-please
id: release
uses: google-github-actions/release-please-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
command: manifest