Skip to content

Commit

Permalink
Merge pull request #17 from wtto00/dev
Browse files Browse the repository at this point in the history
Version 1.0.5
  • Loading branch information
wtto00 authored May 10, 2024
2 parents 4a25562 + 74fd770 commit 400aa0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ jobs:
node-version: 20
cache: 'pnpm'
cache-dependency-path: pnpm-lock.yaml
registry-url: 'https://npm.pkg.github.com'

- name: Install Dependencies
run: pnpm install

- name: Build
run: pnpm build

- run: npm pkg set publishConfig.registry=https://npm.pkg.github.com
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand All @@ -115,6 +115,7 @@ jobs:
node-version: 20
cache: 'pnpm'
cache-dependency-path: pnpm-lock.yaml
registry-url: 'https://registry.npmjs.org/'

- name: Install Dependencies
run: pnpm install
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": "@wtto00/android-tools",
"version": "1.0.4",
"version": "1.0.5",
"description": "Node module for managing and controlling the Android Devices.",
"type": "module",
"main": "dist/lib/index.cjs",
Expand Down

0 comments on commit 400aa0d

Please sign in to comment.