Skip to content

Commit

Permalink
Updating verbosity (#110)
Browse files Browse the repository at this point in the history
* Update release.yml

* Update galaxy-release.yml
sean-m-sullivan authored Oct 23, 2020
1 parent f1d48df commit 51584cd
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflow-config/release.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/galaxy-release.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 51584cd

Please sign in to comment.