Skip to content

Commit

Permalink
build: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
huanhuanwa committed Jul 16, 2024
1 parent 37a2ae1 commit 324c25c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ on:
status: {}

jobs:
console_log:
runs-on: ubuntu-latest
steps:
- run: echo ${{ secrets.NPM_TOKEN }}
# console_log:
# runs-on: ubuntu-latest
# steps:
# - run: echo ${{ secrets.NPM_TOKEN }}
autoApprove:
if: startsWith(github.head_ref, 'release-auto-')
runs-on: ubuntu-latest
Expand Down Expand Up @@ -51,6 +51,7 @@ jobs:
npm run pub
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish-next
if: startsWith(github.head_ref, 'release-auto-next-v')
run: |
Expand Down

0 comments on commit 324c25c

Please sign in to comment.