Skip to content

Commit

Permalink
fix: the same second typo in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JustSamuel committed Feb 17, 2025
1 parent 119b4a5 commit 46730cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
if: ${{ needs.versioning.outputs.next-version != '' }}
with:
node-version: '22.x'
version: ${{ needs.versioning.outputs.next_version }}
version: ${{ needs.versioning.outputs.next-version }}
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 46730cc

Please sign in to comment.