Skip to content

Commit

Permalink
updated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
harry75369 committed May 26, 2024
1 parent 1f7eab6 commit ea53628
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 24 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/onPushToMain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: pnpm/action-setup@v4
with:
version: 8
- name: Check if version already exists
id: version-check
run: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/onRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: latest
- uses: pnpm/action-setup@v4
with:
version: 8
- run: pnpm install
- uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c
with:
Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/test.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ npm install -g @verygoodgraphics/vgg-cli
$ vgg-cli COMMAND
running command...
$ vgg-cli (--version)
@verygoodgraphics/vgg-cli/0.0.0 darwin-arm64 node-v18.18.2
@verygoodgraphics/vgg-cli/0.0.1 darwin-arm64 node-v18.18.2
$ vgg-cli --help [COMMAND]
USAGE
$ vgg-cli COMMAND
Expand Down

0 comments on commit ea53628

Please sign in to comment.