Skip to content

Commit

Permalink
Fix build workflow, proper version
Browse files Browse the repository at this point in the history
  • Loading branch information
pm0u committed Jan 12, 2024
1 parent 25a680e commit 3ef21b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
node-version: 20
- run: npm ci
- run: npm test
- run: npm run build

publish-npm:
needs: build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strava-api",
"version": "0.1",
"version": "0.1.0",
"description": "A simple Node.JS OAuth2 client for connecting your app to the Strava API",
"main": "./dist/index.js",
"engines": {
Expand Down

0 comments on commit 3ef21b9

Please sign in to comment.