Skip to content

Commit

Permalink
Merge pull request #34 from lunarcloud/tweak-publish-action
Browse files Browse the repository at this point in the history
update github actions
  • Loading branch information
lunarcloud authored Oct 15, 2023
2 parents caf13c4 + b369494 commit 4f39c8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
node-version: 18
- run: npm ci
- run: npm run build-prod
- name: Package
uses: actions/upload-artifact@v3
with:
name: release
path: dist/*

publish-gpr:
needs: build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"publishConfig": {
"@lunarcloud:registry": "https://npm.pkg.github.com"
},
"version": "12.2.0",
"version": "12.2.1",
"description": "Browser library to upgrade the Gamepad API experience",
"private": false,
"scripts": {
Expand Down

0 comments on commit 4f39c8c

Please sign in to comment.