diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bff7c2bac..1a3616587 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -168,7 +168,7 @@ jobs: with: channel: '#ops' color: 'good' - text: 'Version of the has been released to production and test.' + text: 'Version of the has been released to test and production.' failure_text: '${env.GITHUB_WORKFLOW} (${env.GITHUB_RUN_NUMBER}) build failed' fields: | [{ "title": "Committed by", "value": "", "short": true }, diff --git a/app/models/concerns/helpable.rb b/app/models/concerns/helpable.rb index 5a5fd4e82..332efac97 100644 --- a/app/models/concerns/helpable.rb +++ b/app/models/concerns/helpable.rb @@ -70,7 +70,7 @@ def register_url success = update(minted: Time.zone.now, updated: Time.zone.now) end unless Rails.env.test? - Rails.logger.info "[Handle] URL for DOI " + doi + " updated to " + + Rails.logger.debug "[Handle] URL for DOI " + doi + " updated to " + url + "." end