Skip to content

chore(dependencies): bump github.com/ethereum/go-ethereum from 1.12.1… #82

chore(dependencies): bump github.com/ethereum/go-ethereum from 1.12.1…

chore(dependencies): bump github.com/ethereum/go-ethereum from 1.12.1… #82

Workflow file for this run

name: Release
on:
push:
branches: [ "main" ]
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: go-semantic-release/action@v1
with:
github-token: ${{ secrets.RELEASE_BOT }}