We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e215c commit 346aa36Copy full SHA for 346aa36
.github/workflows/build-nodejs.yml
@@ -7,7 +7,7 @@ on:
7
required: false
8
type: boolean
9
default: false
10
- path-to-artifact:
+ path-to-artifacts:
11
12
type: string
13
@@ -42,4 +42,4 @@ jobs:
42
uses: actions/upload-artifact@v4
43
with:
44
name: build-artifacts
45
- path: ${{ inputs.path-to-artifact }}
+ path: ${{ inputs.path-to-artifacts }}
.github/workflows/update-major-tag.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Checkout
15
uses: actions/checkout@v4
16
17
- fetch-depth: 0
+ fetch-tags: true
18
19
- name: Extract version info
20
id: version
0 commit comments