Skip to content

Commit 5c2f305

Browse files
authored
fix(build): switch to action for publish (#308)
1 parent f8e15f7 commit 5c2f305

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/publish.yml

-2
This file was deleted.

.github/workflows/release-please.yml

+5
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,15 @@ jobs:
1717
- uses: actions/setup-node@v1
1818
with:
1919
node-version: 14
20+
registry-url: 'https://external-dot-oss-automation.appspot.com/'
2021
- run: npm install
2122
env:
2223
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
2324
- run: npm run compile
25+
- run: npm publish
26+
env:
27+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
28+
if: ${{ steps.release.outputs.release_created }}
2429
- name: push Deno release
2530
run: |
2631
git config user.name github-actions[bot]

0 commit comments

Comments
 (0)