Skip to content

Commit

Permalink
Copy README when publishing (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-lee authored Oct 4, 2024
1 parent d9bccc9 commit 0b66b3f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
id: vars
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT

- name: Copy readme
run: cp README.md packages/zudoku

- name: Version
if: github.event_name == 'workflow_dispatch'
run: nx release version --specifier ${{ github.event.inputs.releaseType }} --git-commit --git-tag=true
Expand Down
9 changes: 9 additions & 0 deletions packages/zudoku/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
"name": "zudoku",
"version": "0.10.0",
"type": "module",
"homepage": "https://zudoku.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/zuplo/zudoku.git"
},
"bugs": {
"url": "https://github.com/zuplo/zudoku/issues"
},
"description": "Framework for building high quality, interactive API documentation.",
"files": [
"dist",
"lib",
Expand Down

0 comments on commit 0b66b3f

Please sign in to comment.