Skip to content

Commit 7cc8466

Browse files
authored
Merge pull request RedHatInsights#2110 from RedHatInsights/revert-2109-enable-verbose-logging-for-version
Revert "chore: enable verbose logging for release actions"
2 parents 0501829 + cbdf3f3 commit 7cc8466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ runs:
4545
HUSKY: 0
4646
GH_TOKEN: ${{ inputs.gh_token }}
4747
GITHUB_TOKEN: ${{ inputs.gh_token }}
48-
run: npx nx affected --output-style=static --verbose --base=last-release --parallel=1 --baseBranch=master --target=version --trackDeps --postTargets=build,deploy,github --exclude=@redhat-cloud-services/executors,demo
48+
run: npx nx affected --base=last-release --parallel=1 --baseBranch=master --target=version --trackDeps --postTargets=build,deploy,github --exclude=@redhat-cloud-services/executors,demo
4949
- name: Tag last-release
5050
shell: bash
5151
run: |

0 commit comments

Comments
 (0)