Skip to content

Merge pull request #11 from WanderDinizVeloso/feature/organize-enviro… #11

Merge pull request #11 from WanderDinizVeloso/feature/organize-enviro…

Merge pull request #11 from WanderDinizVeloso/feature/organize-enviro… #11

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
runs-on: 'ubuntu-latest'
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install Deps
run: npm i -D @semantic-release/changelog @semantic-release/git conventional-changelog-conventionalcommits semantic-release
- name: Semantic Release
run: npx semantic-release --ci