From 51584cda26a63b1e4be4a4eeba37b23a5f5e97f9 Mon Sep 17 00:00:00 2001 From: Sean Sullivan Date: Fri, 23 Oct 2020 03:27:14 -0500 Subject: [PATCH] Updating verbosity (#110) * Update release.yml * Update galaxy-release.yml --- .github/workflow-config/release.yml | 2 +- .github/workflows/galaxy-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflow-config/release.yml b/.github/workflow-config/release.yml index 9e3994c14..32cb9d31e 100644 --- a/.github/workflow-config/release.yml +++ b/.github/workflow-config/release.yml @@ -19,7 +19,7 @@ - name: Update changelog command: - cmd: antsibull-changelog release --version {{ collection_version }} -vv + cmd: antsibull-changelog release --verbose --version {{ collection_version }} chdir: "{{ repo_base_dir }}" - name: build collection diff --git a/.github/workflows/galaxy-release.yml b/.github/workflows/galaxy-release.yml index 549d19820..b223be6cb 100644 --- a/.github/workflows/galaxy-release.yml +++ b/.github/workflows/galaxy-release.yml @@ -31,7 +31,7 @@ jobs: -e github_tag=${{ github.ref }} -e api_key=${{ secrets.ANSIBLE_GALAXY_APIKEY }} -e collection_repo=https://github.com/${{ github.repository }} - --skip-tags=install,cleanup -vv + --verbose --skip-tags=install,cleanup - name: Create Pull Request id: prcreate