From a8192589a37d8c636b43aacf9118263003bf92cc Mon Sep 17 00:00:00 2001 From: David Derler Date: Tue, 13 Jan 2026 13:16:18 +0100 Subject: [PATCH] . --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}`). ."