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 7cfc16d commit 3adffdcCopy full SHA for 3adffdc
.github/workflows/release.yml
@@ -5,6 +5,7 @@ permissions:
5
pull-requests: write
6
7
on:
8
+ push:
9
workflow_dispatch:
10
inputs:
11
version:
@@ -40,6 +41,8 @@ jobs:
40
41
env:
42
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
43
with:
- version: ${{ github.event.inputs.version }}
44
- force: ${{ github.event.inputs.force }}
45
- merge_target: ${{ github.event.inputs.merge_target }}
+ version: 11.0.4
+ #version: ${{ github.event.inputs.version }}
46
+ #force: ${{ github.event.inputs.force }}
47
+ #merge_target: ${{ github.event.inputs.merge_target }}
48
+ merge_target: spalmurray/craft
0 commit comments