We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd7c3a2 commit 27ecbf2Copy full SHA for 27ecbf2
.github/workflows/release_created.yaml
@@ -3,6 +3,12 @@ name: Github Release Created
3
on:
4
release:
5
types: ["published"] # Inherits all input defaults
6
+ workflow_dispatch:
7
+ inputs:
8
+ release_tag:
9
+ description: "Release tag to simulate (e.g., v1.0.0)"
10
+ required: true
11
+ type: string
12
13
concurrency:
14
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments