Skip to content

Commit 0ca8c92

Browse files
committed
TO-DROP: test snapshot build
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 666c8e9 commit 0ca8c92

File tree

1 file changed

+5
-22
lines changed

1 file changed

+5
-22
lines changed

.github/workflows/tag-git.yml

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,14 @@ name: tag-git
22
run-name: "Tag Git ${{ inputs.snapshot == 'true' && 'snapshot ' || '' }}at ${{ inputs.owner }}/${{ inputs.repo }}@${{ inputs.rev }}"
33

44
on:
5-
workflow_dispatch:
6-
inputs:
7-
rev:
8-
description: 'The commit to tag'
9-
required: true
10-
default: main
11-
owner:
12-
description: 'Optionally override from where to fetch the specified rev'
13-
required: true
14-
default: git-for-windows
15-
repo:
16-
description: 'Optionally override from where to fetch the specified rev'
17-
required: true
18-
default: git
19-
snapshot:
20-
description: 'A flag indicating whether this is a snapshot or a full Git for Windows release'
21-
required: true
22-
default: "true"
5+
push:
236

247
env:
258
GPG_OPTIONS: "--batch --yes --no-tty --list-options no-show-photos --verify-options no-show-photos --pinentry-mode loopback"
26-
OWNER: "${{github.event.inputs.owner}}"
27-
REPO: "${{github.event.inputs.repo}}"
28-
REV: "${{github.event.inputs.rev}}"
29-
SNAPSHOT: "${{github.event.inputs.snapshot}}"
9+
OWNER: git-for-windows
10+
REPO: git
11+
REV: main
12+
SNAPSHOT: true
3013
CREATE_CHECK_RUN: "true"
3114
NODEJS_VERSION: 16
3215

0 commit comments

Comments
 (0)