Skip to content

Commit

Permalink
fix: semantic release working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomgrus committed Dec 10, 2021
1 parent d8b7e7a commit 06e48d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
working-directory: ./code/api
with:
semantic_version: 18
dry_run: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-web-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
working-directory: ./code/web-ui
with:
semantic_version: 18
dry_run: false
Expand Down

0 comments on commit 06e48d7

Please sign in to comment.