Skip to content

Commit 2c614f6

Browse files
committed
chore: fix repository in package.json
1 parent 0c522e6 commit 2c614f6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
runs-on: ubuntu-latest
2424
name: Semantic Release
2525
steps:
26+
- name: Checkout
27+
uses: actions/checkout@v2
2628
- name: Download artifacts
2729
uses: actions/download-artifact@v2
2830
with:

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/cloud-cli/exec.git"
14+
"url": "https://github.com/cloud-cli/exec.git"
15+
},
16+
"publishConfig": {
17+
"access": "public"
1518
},
1619
"keywords": [
17-
"cloud-cli"
20+
"cloudy"
1821
],
1922
"author": "Darlan Alves <me@darlanalv.es>",
2023
"license": "MIT",

0 commit comments

Comments
 (0)