File tree 1 file changed +11
-5
lines changed
1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,10 @@ jobs:
17
17
- uses : actions/setup-node@v1
18
18
with :
19
19
node-version : 14
20
- registry-url : ' https://external-dot-oss-automation.appspot.com/'
21
20
- run : npm install
22
21
env :
23
22
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD : true
24
23
- run : npm run compile
25
- - run : npm publish
26
- env :
27
- NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
28
- if : ${{ steps.release.outputs.release_created }}
29
24
- name : push Deno release
30
25
run : |
31
26
git config user.name github-actions[bot]
38
33
git tag -a ${{ steps.release.outputs.tag_name }}-deno -m 'chore: ${{ steps.release.outputs.tag_name }} release'
39
34
git push origin ${{ steps.release.outputs.tag_name }}-deno
40
35
if : ${{ steps.release.outputs.release_created }}
36
+ - uses : actions/setup-node@v1
37
+ with :
38
+ node-version : 14
39
+ registry-url : ' https://external-dot-oss-automation.appspot.com/'
40
+ if : ${{ steps.release.outputs.release_created }}
41
+ - run : npm install
42
+ if : ${{ steps.release.outputs.release_created }}
43
+ - run : npm publish
44
+ env :
45
+ NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
46
+ if : ${{ steps.release.outputs.release_created }}
You can’t perform that action at this time.
0 commit comments