Skip to content

Bump github.com/consensys/gnark-crypto from 0.11.1 to 0.11.2 (#91) #21

Bump github.com/consensys/gnark-crypto from 0.11.1 to 0.11.2 (#91)

Bump github.com/consensys/gnark-crypto from 0.11.1 to 0.11.2 (#91) #21

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*'
jobs:
github-release:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Create release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
draft: true
prerelease: false