Skip to content

Commit 354bad6

Browse files
committed
temp print release tag
1 parent 56b6551 commit 354bad6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,6 @@ jobs:
4545
4646
- name: Register JSONSchema
4747
working-directory: current-manifest-schemas/AD.model
48-
run: python ../../scripts/upload_jsonschema.py
48+
run: |
49+
echo "Release tag is $RELEASE_TAG"
50+
python ../../scripts/upload_jsonschema.py

0 commit comments

Comments
 (0)