mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Switched release process to built-in Node
no issue
This commit is contained in:
parent
b144a164e5
commit
bd1f175a56
1 changed files with 1 additions and 5 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -15,16 +15,12 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
submodules: true
|
submodules: true
|
||||||
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
|
- 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: yarn
|
||||||
|
|
||||||
- run: grunt release --skip-tests
|
- run: grunt release --skip-tests
|
||||||
- uses: tryghost/action-ghost-release@master
|
- uses: tryghost/action-ghost-release@master
|
||||||
|
|
||||||
- run: npm publish
|
- run: npm publish --registry https://registry.npmjs.org/
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue