Skip to content

Commit 2451650

Browse files
chore: adopt anvil v0.8 workflow_dispatch bridge
1 parent c56ec59 commit 2451650

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/auto-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
permissions:
88
contents: write
9+
actions: write
910

1011
jobs:
1112
auto-release:

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ name: release
33
on:
44
release:
55
types: [published]
6+
workflow_dispatch:
7+
inputs:
8+
tag:
9+
description: Release tag to publish
10+
type: string
11+
required: true
612

713
permissions:
814
contents: write
@@ -11,3 +17,5 @@ permissions:
1117
jobs:
1218
release:
1319
uses: forgesworn/anvil/.github/workflows/release.yml@v0
20+
with:
21+
tag: ${{ inputs.tag || '' }}

0 commit comments

Comments
 (0)