We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac3f68 commit 83e0492Copy full SHA for 83e0492
.github/workflows/ci.yml
@@ -342,7 +342,6 @@ jobs:
342
uses: docker/metadata-action@v5
343
with:
344
images: |
345
- blockstack/${{ github.event.repository.name }}
346
hirosystems/${{ github.event.repository.name }}
347
tags: |
348
type=ref,event=branch
.releaserc
@@ -38,12 +38,6 @@
38
"prepareCmd": "npm ci"
39
}
40
],
41
- [
42
- "@semantic-release/npm",
43
- {
44
- "pkgRoot": "./client"
45
- }
46
- ],
47
"@semantic-release/github",
48
"@semantic-release/changelog",
49
"@semantic-release/git"
0 commit comments