diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 919dbc8..b4e3192 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -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 && \ \ No newline at end of file + run: gh release create "v${{ steps.current-time.outputs.formattedTime }}" --notes "v${{steps.current-time.outputs.formattedTime}}" *.csv && \ \ No newline at end of file diff --git a/datapackage.json b/datapackage.json index 0ecfcb0..c19e5e4 100644 --- a/datapackage.json +++ b/datapackage.json @@ -174,6 +174,6 @@ } ], "title": "India ISIN Database", - "version": "ABC", + "version": "2022.4.30", "created": "2022-04-30 19:56:14+05:30" }