From 8b89bdca6203f4cddecf176153cdc33ca8bb7961 Mon Sep 17 00:00:00 2001 From: Nemo Date: Sun, 1 May 2022 00:58:03 +0530 Subject: [PATCH] Fix release script --- .github/workflows/update.yml | 4 +--- datapackage.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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" }