We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e5cafe commit 244545cCopy full SHA for 244545c
.github/workflows/release-tag.yml .github/workflows/release-gh.yml.github/workflows/release-tag.yml renamed to .github/workflows/release-gh.yml
@@ -3,7 +3,7 @@ on:
3
tags:
4
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
5
6
-name: Create Release
+name: Create GH Release for Tag
7
8
permissions: {}
9
jobs:
.github/workflows/publish.yml .github/workflows/release.yml.github/workflows/publish.yml renamed to .github/workflows/release.yml
@@ -1,4 +1,4 @@
1
-name: Publish Package
+name: Release
2
on:
workflow_dispatch:
@@ -62,7 +62,7 @@ jobs:
62
git config user.email "<bot@vuejs.org>"
63
64
- name: Release
65
- 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
66
env:
67
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
68
0 commit comments