Skip to content

Commit

Permalink
ci: attempt to enable more verbose logging for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Nov 27, 2024
1 parent 904d826 commit a5ac5ae
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ jobs:
fail_on_failure: true

- name: Determine app token for release
# Permissions needed
# contents: write
# issues: write
# pull-requests: write
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
id: app-token
with:
Expand All @@ -84,17 +88,13 @@ jobs:
id: release
uses: cycjimmy/semantic-release-action@b1b432f13acb7768e0c8efdec416d363a57546f2 # v4.1.1
env:
# Permissions needed
# contents: write
# issues: write
# pull-requests: write
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
# GIT_AUTHOR_NAME: wetransform Bot
# GIT_AUTHOR_EMAIL: [email protected]
# GIT_COMMITTER_NAME: wetransform Bot
# GIT_COMMITTER_EMAIL: [email protected]
RUNNER_DEBUG: 1

# attempt for more verbose logging
# see https://github.com/semantic-release/semantic-release/blob/master/docs/usage/configuration.md#debug
DEBUG: "semantic-release:*"

# For Gradle execution

# CI marker
Expand Down

0 comments on commit a5ac5ae

Please sign in to comment.