diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 61a286eb..513ab420 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,10 +2,14 @@ name: Release on: push: - branches: [ master ] + branches: + - master + pull_request: + branches: + - master workflow_run: - workflows: ["Test"] # El nombre del workflow de pruebas + workflows: ["Test"] types: - completed branches: @@ -17,6 +21,10 @@ on: jobs: release: runs-on: ubuntu-latest + + outputs: + version: ${{ steps.release.outputs.version }} + env: IMAGE_NAME: digichanges/nexp-api GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} diff --git a/README.md b/README.md index 962690ec..6d8d5d01 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ with these tables. * users_has_roles * roles_has_permissions -And a function call `get_authorization`. +And a function call `get_authorization`... ## Advantages