fix(auth controller): fixed a bug where the response
variable in re…
#38
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- main | |
permissions: | |
contents: write | |
pull-requests: write | |
name: release-please | |
jobs: | |
release-please: | |
runs-on: ubuntu-latest | |
steps: | |
# Criar uma release e um PR (pull-request) com base no manifest (comando e arquivo). | |
# O comando manifest faz uma PR utilizando as configurações do release-please-config.json | |
# se forem validas. Dentro deste arquivo, há a configuração do system.json. | |
- uses: google-github-actions/release-please-action@v3.7.13 | |
id: release | |
with: | |
command: manifest | |
token: ${{secrets.GITHUB_TOKEN}} | |
release-type: node |