Skip to content

Commit

Permalink
ci(build): update path to package json file for backend
Browse files Browse the repository at this point in the history
  • Loading branch information
mmpetarpeshev committed Sep 8, 2022
1 parent 3eb37a8 commit 9ea23a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prd-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: "./contract/package.json"
package-name: "./server/package.json"
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"ci","section":"CI / CD","hidden":false},{"type":"test","section":"Testing","hidden":false},{"type":"refactor","section":"Refactorings","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'

- name: Set up Docker Buildx
Expand Down

0 comments on commit 9ea23a0

Please sign in to comment.