ci: move all old workflow

This commit is contained in:
H01001000
2022-12-02 13:03:31 +08:00
parent 3a20634e93
commit 4154a9bbdc
8 changed files with 2 additions and 2 deletions

View File

@@ -26,8 +26,8 @@ jobs:
run: git tag ${{ env.DISCORDENO_VERSION }} && git push --tags
- uses: actions/setup-node@v2
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
- name: build npm
run: deno run -A ./dnt.ts ${{ env.DISCORDENO_VERSION }}
- name: npm publish