diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 938a2379..5ab69362 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -34,4 +34,4 @@ jobs: token: ${{ secrets.SLACK_API_TOKEN }} payload: | channel: eng-dsm-alerts - text: "${{ inputs.dryRun == true && 'DRY RUN: ' || '' }}New `stable-structures` crate (version `${{ github.ref_name }}`) has been published to crates.io" + text: "${{ inputs.dryRun == true && 'DRY RUN: ' || '' }}Cargo publish attempted for `stable-structures` (ref `${{ github.ref_name }}`). ."