Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 244545c

Browse files
committed
workflow: fix release workflow [ci skip]
1 parent 4e5cafe commit 244545c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-tag.yml renamed to .github/workflows/release-gh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
tags:
44
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
55

6-
name: Create Release
6+
name: Create GH Release for Tag
77

88
permissions: {}
99
jobs:

.github/workflows/publish.yml renamed to .github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Package
1+
name: Release
22

33
on:
44
workflow_dispatch:
@@ -62,7 +62,7 @@ jobs:
6262
git config user.email "<[email protected]>"
6363
6464
- name: Release
65-
run: pnpm release ${{ inputs.bump != 'custom' && inputs.bump || inputs.custom_version }} --skip-prompts
65+
run: pnpm release ${{ inputs.bump != 'custom' && inputs.bump || inputs.custom_version }} --skipPrompts
6666
env:
6767
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
6868

0 commit comments

Comments
 (0)