Skip to content

ci(deps): update ethereum dependencies (#68) #9

ci(deps): update ethereum dependencies (#68)

ci(deps): update ethereum dependencies (#68) #9

Workflow file for this run

name: Release on Tag
on:
push:
tags:
- '*-v[0-9]+.[0-9]+.[0-9]+'
# Allow to run the workflow from GitHub UI and other workflows.
workflow_dispatch:
tags:
- '*-v[0-9]+.[0-9]+.[0-9]+'
jobs:
release:
uses: ./.github/workflows/make-release.yaml
permissions:
contents: write
with:
tag: ${{ github.ref_name }}