deno.land / x / deno2node@v1.6.0 / .github / workflows / release.yml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: Release
on: push: tags: - 'v*'
jobs: npm: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - run: npm ci --ignore-scripts - run: npm rebuild deno-bin - run: npm run build - name: Publish to npm run: | npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN} npm publish --ignore-scripts env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
deno2node

Version Info

Tagged at
a year ago