Skip to content

Commit

Permalink
Fix typo (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Marchetti authored Nov 29, 2023
1 parent 355f1bb commit 592d74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-action-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
- name: Set Node.js version for the action being released
uses: actions/setup-node@v3
with:
node-version: ${{ steps.action-node-version }}
node-version: ${{ steps.action-node-version.outputs.node-version }}
- name: Get base branch
id: get_base_branch
uses: "smartlyio/github-actions@get-base-branch-v1"
Expand Down

0 comments on commit 592d74c

Please sign in to comment.