Skip to content

Bump github.com/holiman/uint256 from 1.2.2 to 1.2.3 (#59) #6

Bump github.com/holiman/uint256 from 1.2.2 to 1.2.3 (#59)

Bump github.com/holiman/uint256 from 1.2.2 to 1.2.3 (#59) #6

Workflow file for this run

name: Release
on:
push:
tags:
- v*
permissions:
contents: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --clean --config .github/.goreleaser.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}