Skip to content

Merge pull request #32 from joaopcm/fix/try-to-fix-build #31

Merge pull request #32 from joaopcm/fix/try-to-fix-build

Merge pull request #32 from joaopcm/fix/try-to-fix-build #31

Workflow file for this run

name: Semantic release
on:
push:
branches: [ main ]
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
id: semantic
with:
semantic_version: 18
extra_plugins: |
@semantic-release/changelog@6.0.2
@semantic-release/git@10.0.1
conventional-changelog-conventionalcommits@4.6.1
branches: |
['main']
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}