Skip to content

Commit

Permalink
fix: release.yml (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Feb 19, 2024
1 parent 8409536 commit 090e765
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Expand Up @@ -3,14 +3,10 @@ on:
push:
branches: [ master, 5.x ]

workflow_dispatch: {}

jobs:
release:
name: Node.js
uses: node-modules/github-actions/.github/workflows/node-release.yml@master
uses: eggjs/github-actions/.github/workflows/node-release.yml@master
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
with:
checkTest: false

0 comments on commit 090e765

Please sign in to comment.