Skip to content

Commit

Permalink
Merge pull request #2109 from florkbr/enable-verbose-logging-for-version
Browse files Browse the repository at this point in the history
chore: enable verbose logging for release actions
  • Loading branch information
florkbr authored Nov 21, 2024
2 parents 339c0ab + 49a24ab commit 0501829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
HUSKY: 0
GH_TOKEN: ${{ inputs.gh_token }}
GITHUB_TOKEN: ${{ inputs.gh_token }}
run: npx nx affected --base=last-release --parallel=1 --baseBranch=master --target=version --trackDeps --postTargets=build,deploy,github --exclude=@redhat-cloud-services/executors,demo
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
- name: Tag last-release
shell: bash
run: |
Expand Down

0 comments on commit 0501829

Please sign in to comment.