We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4458f25 + 40c75eb commit 0f421f2Copy full SHA for 0f421f2
3 files changed
.changeset/stupid-walls-punch.md
@@ -0,0 +1,5 @@
1
+---
2
+"@addon-core/storage": patch
3
4
+
5
+Fix pipeline
.github/workflows/release.yml
@@ -35,6 +35,7 @@ jobs:
35
uses: changesets/action@v1
36
with:
37
publish: npm publish --provenance --access public
38
+ createGithubReleases: true
39
env:
40
HUSKY: 0
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package.json
@@ -2,6 +2,14 @@
"name": "@addon-core/storage",
"version": "0.1.1",
"type": "module",
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/addon-stack/storage"
8
+ },
9
+ "homepage": "https://github.com/addon-stack/storage#readme",
10
+ "bugs": {
11
+ "url": "https://github.com/addon-stack/storage/issues"
12
13
"exports": {
14
".": {
15
"types": "./dist/index.d.ts",
0 commit comments