Fix release script

This commit is contained in:
Nemo 2022-05-01 00:58:03 +05:30
parent 970fbd16d5
commit 8b89bdca62
2 changed files with 2 additions and 4 deletions

View File

@ -29,6 +29,4 @@ jobs:
status_options: '--untracked-files=no'
tagging_message: "v${{ steps.current-time.outputs.formattedTime }}"
- name: Create Release
run: |
jq '.version = "ABC"' datapackage.json > d2.json && mv d2.json datapackage.json
gh release create "v${{ steps.current-time.outputs.formattedTime }}" --notes "v${{steps.current-time.outputs.formattedTime}}" *.csv && \
run: gh release create "v${{ steps.current-time.outputs.formattedTime }}" --notes "v${{steps.current-time.outputs.formattedTime}}" *.csv && \

View File

@ -174,6 +174,6 @@
}
],
"title": "India ISIN Database",
"version": "ABC",
"version": "2022.4.30",
"created": "2022-04-30 19:56:14+05:30"
}