Skip to content

Commit 9b39e18

Browse files
committed
fix(release-plugin): default fetch all commits
1 parent 80888b5 commit 9b39e18

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/release-plugin.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ name: Reusable Release Zotero Plugin Workflow
33
on:
44
workflow_call:
55
inputs:
6-
fetch-all:
7-
description: "Whether to fetch all commits and submodules."
8-
type: boolean
9-
required: false
10-
default: false
116
build:
127
description: "The command to build the project. Set to an empty string to skip."
138
type: string
@@ -42,7 +37,7 @@ jobs:
4237
- name: Setup JS
4338
uses: zotero-plugin-dev/workflows/setup-js@main
4439
with:
45-
fetch-all: ${{ inputs.fetch-all }}
40+
fetch-all: true
4641

4742
- name: Build
4843
if: ${{ inputs.build }}

setup-js/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77
default: false
88

99
fetch-all:
10-
description: Whether to fetch all history for all branches and tags.
10+
description: Whether to fetch all commits and submodules.
1111
default: false
1212

1313
node-version:

0 commit comments

Comments
 (0)