fix: alinode dist url (#28) #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release | |
on: | |
# 合并后自动发布 | |
push: | |
branches: [ master ] | |
# 手动发布 | |
workflow_dispatch: {} | |
jobs: | |
release: | |
name: Node.js | |
uses: artusjs/github-actions/.github/workflows/node-release.yml@v1 | |
secrets: | |
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} | |
GIT_TOKEN: ${{ secrets.GIT_TOKEN }} | |
with: | |
checkTest: false |