Skip to content

Commit 03afea4

Browse files
authored
Update python-app-validate-prototype.yml
1 parent bde03d1 commit 03afea4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-app-validate-prototype.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
repo_token: ${{ secrets.GITHUB_TOKEN }}
4444
file: xml2json/prototype_check_cpp_ng.txt
4545
asset_name: prototype_check_cpp_ng.txt
46-
tag: ${{ github.ref }}
46+
tag: main
4747
overwrite: true
4848
body: "Comment release"
4949
- name: Upload Java NG log TXT to release
@@ -52,7 +52,7 @@ jobs:
5252
repo_token: ${{ secrets.GITHUB_TOKEN }}
5353
file: xml2json/prototype_check_java_ng.txt
5454
asset_name: prototype_check_java_ng.txt
55-
tag: ${{ github.ref }}
55+
tag: main
5656
overwrite: true
5757
body: "Comment release"
5858
- name: Upload OC NG log TXT to release
@@ -61,6 +61,6 @@ jobs:
6161
repo_token: ${{ secrets.GITHUB_TOKEN }}
6262
file: xml2json/prototype_check_oc_ng.txt
6363
asset_name: prototype_check_oc_ng.txt
64-
tag: ${{ github.ref }}
64+
tag: main
6565
overwrite: true
6666
body: "Comment release"

0 commit comments

Comments
 (0)