Skip to content

✨ add facets distribution on dto #16

✨ add facets distribution on dto

✨ add facets distribution on dto #16

Workflow file for this run

name: Auto Release
on:
pull_request:
types:
- closed
jobs:
release:
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main'
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Gitmoji Auto Release
id: auto_release
uses: n-ramos/gitmoji-auto-release-action@v1.0.1
with:
branch: ${{ github.ref }}
draft: false
prerelease: false
github_token: ${{ secrets.GITHUB_TOKEN }}