Skip to content

Commit

Permalink
fix: set correct file ending
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Mollik <mirkomollik@gmail.com>
  • Loading branch information
cre8 committed Dec 2, 2024
1 parent 7121be6 commit 1a8932c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Set version
run: node update-version.js ${{ steps.get-next-version.outputs.new-release-version }}
run: node update-version.mjs ${{ steps.get-next-version.outputs.new-release-version }}

- name: Build application
run: pnpm run build
Expand Down

0 comments on commit 1a8932c

Please sign in to comment.