Skip to content

Commit

Permalink
fix(ci): Move manifest to root of repo to align with Obsidian require…
Browse files Browse the repository at this point in the history
…ments
  • Loading branch information
andymac4182 committed Apr 6, 2023
1 parent b74890b commit 78d09e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-please.yml
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Upload release assets
if: ${{ steps.release-please.outputs.release_created }}
run: |
cp README.md dist/
cp manifest.json dist/
npm ci
npm run build --if-present
zip -r ${{ github.event.repository.name }}-${{ env.tag }}.zip dist
Expand Down
3 changes: 0 additions & 3 deletions dist/README.md

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion release-please-config.json
Expand Up @@ -4,7 +4,7 @@
"release-type": "node",
"include-v-in-tag": false,
"include-component-in-tag": false,
"extra-files": ["dist/manifest.json"]
"extra-files": ["manifest.json"]
}
}
}

0 comments on commit 78d09e4

Please sign in to comment.