Skip to content

Commit

Permalink
Merge pull request #4 from cnumr/1.0.x-dev
Browse files Browse the repository at this point in the history
Fix github publication workflow
  • Loading branch information
tsecher authored Feb 4, 2023
2 parents 743adeb + b055f6f commit 7a89cf6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]:cnumr/ecoindex_reference.git",
Expand Down

0 comments on commit 7a89cf6

Please sign in to comment.