Skip to content

Commit

Permalink
fix: include readme in npm release
Browse files Browse the repository at this point in the history
  • Loading branch information
ameddin73 committed Jul 10, 2023
1 parent e07ac7d commit d9e8df3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@ jobs:
branch: main
working_directory: ./how-ai-backend
extra_plugins: |
@semantic-release/commit-analyzer
@semantic-release/commit-analyzer@9.0.2
@semantic-release/git
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Copy README
run: cp README.md how-ai/README.md

- name: Release Client
uses: cycjimmy/semantic-release-action@v3
with:
Expand Down
1 change: 1 addition & 0 deletions how-ai-backend/HowAI/src/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export async function command(platform: string, prompt: string) {
flags
};
} catch (err) {
console.log(err)
throw err;
}

Expand Down

0 comments on commit d9e8df3

Please sign in to comment.