We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 247b892 commit 89901efCopy full SHA for 89901ef
.github/workflows/ci.yml
@@ -104,6 +104,8 @@ jobs:
104
release-type: node
105
skip-github-release: true
106
skip-labeling: true
107
+ extra-files: |
108
+ add-on/manifest.common.json
109
110
release-assets:
111
runs-on: ubuntu-latest
add-on/manifest.common.json
@@ -2,7 +2,7 @@
2
"manifest_version": 3,
3
"name": "__MSG_manifest_extensionName__",
4
"short_name": "__MSG_manifest_shortExtensionName__",
5
- "version": "3.0.1",
+ "version": "3.1.0",
6
"description": "__MSG_manifest_extensionDescription__",
7
"homepage_url": "https://github.com/ipfs-shipyard/ipfs-companion",
8
"author": "IPFS Community",
0 commit comments