Skip to content

Commit

Permalink
fix(ci): missing npm token
Browse files Browse the repository at this point in the history
  • Loading branch information
vicary committed Mar 23, 2024
1 parent de14758 commit 017741f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,16 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"

- uses: denoland/setup-deno@v1

- name: Publish package
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
run: |-
deno run -A dnt.ts
cd dnt
Expand Down

0 comments on commit 017741f

Please sign in to comment.