Skip to content

Commit

Permalink
Revert "chore: enable verbose logging for release actions"
Browse files Browse the repository at this point in the history
  • Loading branch information
florkbr authored Nov 21, 2024
1 parent 0501829 commit cbdf3f3
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 --output-style=static --verbose --base=last-release --parallel=1 --baseBranch=master --target=version --trackDeps --postTargets=build,deploy,github --exclude=@redhat-cloud-services/executors,demo
run: npx nx affected --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 cbdf3f3

Please sign in to comment.