Skip to content

Commit

Permalink
ci: icons for release please (openfoodfacts#3062)
Browse files Browse the repository at this point in the history
* ci:icons-for-release-please

* Update release-please.yml
  • Loading branch information
teolemon authored Oct 3, 2022
1 parent 3974b75 commit ebb6b33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: simple
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"docs","section":"Documentation","hidden":false},{"type":"ci","section":"Automation","hidden":false},{"type":"refactor","section":"Refactoring","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'
changelog-types: '[{"type":"feat","section":"πŸš€ Features","hidden":false},{"type":"fix","section":"πŸ› Bug Fixes","hidden":false},{"type":"docs","section":"πŸ“– Documentation","hidden":false},{"type":"ci","section":"πŸ€– Automation","hidden":false},{"type":"refactor","section":"πŸ‘· Refactoring","hidden":false},{"type":"chore","section":"πŸ›  Miscellaneous","hidden":false}]'

create-release:
concurrency:
Expand Down Expand Up @@ -104,4 +104,4 @@ jobs:
PILOT_APPLE_ID: ${{secrets.PILOT_APPLE_ID }}
SPACESHIP_CONNECT_API_ISSUER_ID: ${{secrets.SPACESHIP_CONNECT_API_ISSUER_ID }}
SPACESHIP_CONNECT_API_KEY_ID: ${{secrets.SPACESHIP_CONNECT_API_KEY_ID }}
AUTH_KEY_FILE_DECRYPTKEY: ${{ secrets.AUTH_KEY_FILE_DECRYPTKEY }}
AUTH_KEY_FILE_DECRYPTKEY: ${{ secrets.AUTH_KEY_FILE_DECRYPTKEY }}

0 comments on commit ebb6b33

Please sign in to comment.