From e912790e7ca84955c6556621d5fd68ae3e1ac76f Mon Sep 17 00:00:00 2001 From: tsecher Date: Sat, 4 Feb 2023 18:16:36 +0100 Subject: [PATCH 1/2] Fix github workflow --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2743637..82d23ab 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,6 @@ jobs: with: node-version: 16 registry-url: 'https://registry.npmjs.org' - - run: npm ci - run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file From b055f6fa4c13ad022f51d3219465b75980978124 Mon Sep 17 00:00:00 2001 From: tsecher Date: Sat, 4 Feb 2023 18:16:41 +0100 Subject: [PATCH 2/2] 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fce1d11..9842684 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ecoindex_reference", - "version": "1.0.0", + "version": "1.0.1", "description": "Provides a json file that aggregate reference data for the EcoIndex computation", "main": "ecoindex_reference.json", "repository": "git@github.com:cnumr/ecoindex_reference.git",