Fix main release workflow

pull/10676/head
Viktor Baranov 3 months ago
parent 54bc32ddea
commit cd1f130c93
  1. 1
      .github/workflows/release-optimism.yml
  2. 1
      .github/workflows/release.yml

@ -1,7 +1,6 @@
name: Release for Optimism
on:
workflow_dispatch:
release:
types: [published]

@ -1,6 +1,7 @@
name: Release
on:
workflow_dispatch:
release:
types: [published]

Loading…
Cancel
Save