Skip to content

Commit

Permalink
Set SHELL_VERBOSITY to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Feb 12, 2021
1 parent c0ba6fb commit 4831b29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-on-milestone-closed.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
# https://docs.github.com/en/actions/reference/environment-variables

name: "Automatic Releases"

Expand All @@ -11,6 +12,9 @@ jobs:
release:
name: "GIT tag, release & create merge-up PR"
runs-on: ubuntu-latest
env:
# https://symfony.com/doc/5.2/console/verbosity.html#verbosity-levels
SHELL_VERBOSITY: 3

steps:
- name: "Checkout"
Expand Down

0 comments on commit 4831b29

Please sign in to comment.