Skip to content

Commit

Permalink
fix ci pipeline (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
lunarcloud authored Dec 13, 2023
1 parent fa8f861 commit 827d79e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- run: npm ci

- name: Build (Production)
run: npm build-prod
run: npm run build-prod

- name: Package
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"publishConfig": {
"@lunarcloud:registry": "https://npm.pkg.github.com"
},
"version": "13.0.0",
"version": "13.0.1",
"description": "Browser library to upgrade the Gamepad API experience",
"private": false,
"scripts": {
Expand Down

0 comments on commit 827d79e

Please sign in to comment.