Skip to content

Implementation of EIP-1153: Transient Storage using Disk Persistence … #31

Implementation of EIP-1153: Transient Storage using Disk Persistence …

Implementation of EIP-1153: Transient Storage using Disk Persistence … #31

Workflow file for this run

name: Releaser
on:
push:
paths: ["Cargo.toml"]
workflow_dispatch:
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.sha }}
cancel-in-progress: true
jobs:
releaser:
uses: ipdxco/unified-github-workflows/.github/workflows/[email protected]
with:
sources: '["Cargo.toml"]'
secrets:
UCI_GITHUB_TOKEN: ${{ secrets.UCI_GITHUB_TOKEN }}