We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b6551 commit 354bad6Copy full SHA for 354bad6
.github/workflows/release.yml
@@ -45,4 +45,6 @@ jobs:
45
46
- name: Register JSONSchema
47
working-directory: current-manifest-schemas/AD.model
48
- run: python ../../scripts/upload_jsonschema.py
+ run: |
49
+ echo "Release tag is $RELEASE_TAG"
50
+ python ../../scripts/upload_jsonschema.py
0 commit comments