Skip to content

Commit

Permalink
fix: typo in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaclen committed Jul 22, 2024
1 parent 04dce63 commit ebda4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

- name: Update package.json
run: node .github/workflows/publish/update-package-json.js ${{ steps.semantic.outputs.new_release_version }}
run: node .github/workflows/publish/update-package-json.cjs ${{ steps.semantic.outputs.new_release_version }}

docker:
needs: release
Expand Down

0 comments on commit ebda4d2

Please sign in to comment.