We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c522e6 commit 2c614f6Copy full SHA for 2c614f6
.github/workflows/cicd.yml
@@ -23,6 +23,8 @@ jobs:
23
runs-on: ubuntu-latest
24
name: Semantic Release
25
steps:
26
+ - name: Checkout
27
+ uses: actions/checkout@v2
28
- name: Download artifacts
29
uses: actions/download-artifact@v2
30
with:
package.json
@@ -11,10 +11,13 @@
11
},
12
"repository": {
13
"type": "git",
14
- "url": "git+https://github.com/cloud-cli/exec.git"
+ "url": "https://github.com/cloud-cli/exec.git"
15
+ },
16
+ "publishConfig": {
17
+ "access": "public"
18
19
"keywords": [
- "cloud-cli"
20
+ "cloudy"
21
],
22
"author": "Darlan Alves <me@darlanalv.es>",
"license": "MIT",
0 commit comments