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 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",