mirror of https://github.com/vuejs/core.git
workflow: fix release workflow [ci skip]
This commit is contained in:
parent
4e5cafe77b
commit
244545c1c7
|
@ -3,7 +3,7 @@ on:
|
||||||
tags:
|
tags:
|
||||||
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
|
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
|
||||||
|
|
||||||
name: Create Release
|
name: Create GH Release for Tag
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
jobs:
|
jobs:
|
|
@ -1,4 +1,4 @@
|
||||||
name: Publish Package
|
name: Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
@ -62,7 +62,7 @@ jobs:
|
||||||
git config user.email "<bot@vuejs.org>"
|
git config user.email "<bot@vuejs.org>"
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
run: pnpm release ${{ inputs.bump != 'custom' && inputs.bump || inputs.custom_version }} --skip-prompts
|
run: pnpm release ${{ inputs.bump != 'custom' && inputs.bump || inputs.custom_version }} --skipPrompts
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue