Skip to content

Commit

Permalink
ci(build): fix release please type (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmpetarpeshev authored Sep 2, 2022
1 parent c054402 commit a0b4713
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/prod-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: ""
release-type: elixir
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 a0b4713

Please sign in to comment.