Skip to content

Commit 5f3d70c

Browse files
author
Derek Dombek
committed
try changing ref
1 parent f12803d commit 5f3d70c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/release-ocr.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
name: Release MDE-OCR artifacts
22
on:
3-
workflow_dispatch:
4-
inputs:
5-
tag:
6-
description: 'target environment'
7-
required: true
3+
# workflow_dispatch:
4+
# inputs:
5+
# tag:
6+
# description: 'target environment'
7+
# required: true
88
push:
99
branches:
1010
- idwa-ocr-ci-for-executable
1111
paths:
1212
- .github/workflows/release-ocr.yml
1313
- .github/workflows/build-ocr.yml
1414
- OCR/**
15-
tags:
16-
- 'v*'
15+
# tags:
16+
# - 'v*'
1717
jobs:
1818
create-release:
1919
name: Create Release
@@ -30,7 +30,7 @@ jobs:
3030
github.rest.git.createRef({
3131
owner: context.repo.owner,
3232
repo: context.repo.repo,
33-
ref: 'refs/tags/${{ github.event.inputs.tag }}',
33+
ref: 'refs/tags/1.0.0',
3434
sha: context.sha
3535
})
3636
- name: Create release

0 commit comments

Comments
 (0)