Skip to content

Commit

Permalink
ci: Use correct release name variable (#1725)
Browse files Browse the repository at this point in the history
  • Loading branch information
dermotduffy authored Dec 9, 2024
1 parent cf23021 commit 0a48ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"dermotduffy"
],
"successComment": ":tada: This issue has been resolved in version ${nextRelease.version} :tada:\n\nSee: [GitHub release](https://github.com/dermotduffy/frigate-hass-card/releases/tag/${nextRelease.gitTag})",
"releaseNameTemplate": "v${nextverison.name}"
"releaseNameTemplate": "v${nextRelease.version}"
}
]
]
Expand Down

0 comments on commit 0a48ec5

Please sign in to comment.