Skip to content

Commit

Permalink
ci(build): try to provide the elixir file name for release plugin (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmpetarpeshev authored Sep 13, 2022
1 parent 7488bc6 commit 9e4b523
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prod-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: elixir
package-name: "mix.exs"
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 9e4b523

Please sign in to comment.