Skip to content

Adicionando arquivo: CODEOWNERS #13

Adicionando arquivo: CODEOWNERS

Adicionando arquivo: CODEOWNERS #13

Workflow file for this run

name: release
on:
push:
branches:
- production
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Release
id: release
uses: madeiramadeirabr/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}