Update package.json and GitHub Actions workflow for version consistency
- Changed the repository URL in package.json from SSH to HTTPS for better accessibility. - Updated the homepage URL in package.json to remove the #readme fragment. - Added a step in the GitHub Actions workflow to ensure that the tag matches the package version before publishing, enhancing version control integrity.
This commit is contained in:
@@ -69,11 +69,11 @@
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@code.popov.link/valentineus/strapi-plugin-checkbox-list.git"
|
||||
"url": "https://code.popov.link/valentineus/strapi-plugin-checkbox-list.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://code.popov.link/valentineus/strapi-plugin-checkbox-list/issues"
|
||||
},
|
||||
"homepage": "https://code.popov.link/valentineus/strapi-plugin-checkbox-list#readme",
|
||||
"homepage": "https://code.popov.link/valentineus/strapi-plugin-checkbox-list",
|
||||
"author": "Valentin Popov <valentin@popov.link>"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user