Skip to content

Commit

Permalink
refactor: update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
taozhi8833998 committed Apr 30, 2024
1 parent 0a10ec3 commit 5ccbfcd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 43 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/manual.yml

This file was deleted.

15 changes: 6 additions & 9 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20.x'
node-version: 16
registry-url: https://registry.npmjs.org/

- name: Temp disable SSL Verification for registry.npm.taobao.org
Expand All @@ -50,14 +50,11 @@ jobs:
publish-gpr:
needs: build
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20.x'
node-version: 16
registry-url: https://npm.pkg.github.com/
scope: '@taozhi8833998'

Expand Down

0 comments on commit 5ccbfcd

Please sign in to comment.