Skip to content

Commit

Permalink
fix(build): switch to action for publish (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Aug 27, 2020
1 parent f8e15f7 commit 5c2f305
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/publish.yml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/release-please.yml
Expand Up @@ -17,10 +17,15 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 14
registry-url: 'https://external-dot-oss-automation.appspot.com/'
- run: npm install
env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
- run: npm run compile
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
if: ${{ steps.release.outputs.release_created }}
- name: push Deno release
run: |
git config user.name github-actions[bot]
Expand Down

0 comments on commit 5c2f305

Please sign in to comment.