Switched release process to built-in Node

no issue
This commit is contained in:
Daniel Lockyer 2020-04-06 14:06:39 +01:00
parent b144a164e5
commit bd1f175a56
1 changed files with 1 additions and 5 deletions

View File

@ -15,16 +15,12 @@ jobs:
fetch-depth: 0
submodules: true
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: yarn
- run: grunt release --skip-tests
- uses: tryghost/action-ghost-release@master
- run: npm publish
- run: npm publish --registry https://registry.npmjs.org/
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}