Skip to content

Commit ce388c0

Browse files
committed
chore(ci): Typo in release workflow
Signed-off-by: Paul Horton <[email protected]>
1 parent 88ea773 commit ce388c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Setup Node
7676
uses: actions/setup-node@v6
7777
with:
78-
node-version: ${{ env}}
78+
node-version: ${{ env.NODE_VERSION }}
7979

8080
# See https://help.sonatype.com/en/npm-application-analysis.html
8181
- name: Install Production Node Dependencies

0 commit comments

Comments
 (0)