Skip to content

Commit

Permalink
fix: publish car file with semantic-release (#1971)
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki authored Jul 9, 2022
1 parent 1d5f2ca commit 1747030
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
- name: Install dependencies
run: npm ci --prefer-offline --no-audit --progress=false --cache ${{ github.workspace }}/.cache/npm

# Update the version (npm version [major|minor|patch])
- name: Run semantic release
run: |
Expand Down
44 changes: 0 additions & 44 deletions .github/workflows/publish-release-build.yml

This file was deleted.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,11 @@
"tarballDir": "dist"
}
],
"@semantic-release/github",
["@semantic-release/github", {
"assets": [
{"path": "build/ipfs-webui_*.car", "name": "ipfs-webui@${nextRelease.gitTag}.car", "label": "IPFS webui (${nextRelease.gitTag}) CAR file"}
]
}],
"@semantic-release/git"
]
},
Expand Down

0 comments on commit 1747030

Please sign in to comment.