Compare commits
3 Commits
c352511bd2
...
v1.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
37a1495ca7
|
|||
| 5cb05bd37e | |||
| b13bf7fd8c |
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
@@ -62,7 +62,7 @@ jobs:
|
||||
needs: test
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
|
||||
@@ -69,11 +69,11 @@
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://code.popov.link/valentineus/strapi-plugin-checkbox-list.git"
|
||||
"url": "https://github.com/valentineus/strapi-plugin-checkbox-list.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://code.popov.link/valentineus/strapi-plugin-checkbox-list/issues"
|
||||
"url": "https://github.com/valentineus/strapi-plugin-checkbox-list/issues"
|
||||
},
|
||||
"homepage": "https://code.popov.link/valentineus/strapi-plugin-checkbox-list",
|
||||
"homepage": "https://github.com/valentineus/strapi-plugin-checkbox-list#readme",
|
||||
"author": "Valentin Popov <valentin@popov.link>"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user