We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12803d commit 5f3d70cCopy full SHA for 5f3d70c
.github/workflows/release-ocr.yml
@@ -1,19 +1,19 @@
1
name: Release MDE-OCR artifacts
2
on:
3
- workflow_dispatch:
4
- inputs:
5
- tag:
6
- description: 'target environment'
7
- required: true
+ # workflow_dispatch:
+ # inputs:
+ # tag:
+ # description: 'target environment'
+ # required: true
8
push:
9
branches:
10
- idwa-ocr-ci-for-executable
11
paths:
12
- .github/workflows/release-ocr.yml
13
- .github/workflows/build-ocr.yml
14
- OCR/**
15
- tags:
16
- - 'v*'
+ # tags:
+ # - 'v*'
17
jobs:
18
create-release:
19
name: Create Release
@@ -30,7 +30,7 @@ jobs:
30
github.rest.git.createRef({
31
owner: context.repo.owner,
32
repo: context.repo.repo,
33
- ref: 'refs/tags/${{ github.event.inputs.tag }}',
+ ref: 'refs/tags/1.0.0',
34
sha: context.sha
35
})
36
- name: Create release
0 commit comments