Skip to content

Commit

Permalink
fix: typo in workflow
Browse files Browse the repository at this point in the history
fix instead of ci to trigger a release.
  • Loading branch information
JustSamuel committed Feb 17, 2025
1 parent d2b4450 commit f236fd8
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 @@ -16,7 +16,7 @@ jobs:
publish-npm:
uses: GEWIS/actions/.github/workflows/npm-release.yml@v1
needs: versioning
if: ${{ needs.versioning.outputs.next_version != '' }}
if: ${{ needs.versioning.outputs.next-version != '' }}
with:
node-version: '22.x'
version: ${{ needs.versioning.outputs.next_version }}
Expand Down

0 comments on commit f236fd8

Please sign in to comment.