Skip to content

Commit 3adffdc

Browse files
committed
Test
1 parent 7cfc16d commit 3adffdc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ permissions:
55
pull-requests: write
66

77
on:
8+
push:
89
workflow_dispatch:
910
inputs:
1011
version:
@@ -40,6 +41,8 @@ jobs:
4041
env:
4142
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
4243
with:
43-
version: ${{ github.event.inputs.version }}
44-
force: ${{ github.event.inputs.force }}
45-
merge_target: ${{ github.event.inputs.merge_target }}
44+
version: 11.0.4
45+
#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

Comments
 (0)