Skip to content

Commit

Permalink
Fix incorrect input for node version
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Dec 11, 2023
1 parent bc774eb commit 8099701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/publish-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
- name: Build package
uses: ./.github/actions/build
with:
${{ inputs.node-version }}
node: ${{ inputs.node-version }}

- name: Publish release to NPM
shell: bash
Expand Down

0 comments on commit 8099701

Please sign in to comment.