Skip to content

Commit a8d4032

Browse files
committed
Small changes in the deploy workflow
1 parent bf65aea commit a8d4032

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
node-version: 20
2626
cache: 'pnpm'
2727
registry-url: 'https://registry.npmjs.org'
28+
- name: Update npm
29+
run: npm install -g npm@latest
2830
- name: Publish
2931
run: |
3032
pnpm install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"license": "Apache-2.0",
3232
"repository": {
3333
"type": "git",
34-
"url": "git+https://github.com/elchininet/home-assistant-javascript-templates"
34+
"url": "git+https://github.com/elchininet/home-assistant-javascript-templates.git"
3535
},
3636
"private": false,
3737
"scripts": {

0 commit comments

Comments
 (0)