@rimori/react-client 0.3.0-next.3 → 0.3.0-next.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -140,11 +140,10 @@ jobs:
|
|
|
140
140
|
"type": "section",
|
|
141
141
|
"text": {
|
|
142
142
|
"type": "mrkdwn",
|
|
143
|
-
"text": "📦 *@rimori/react-client Pre-Release*\n\n*
|
|
143
|
+
"text": "📦 *@rimori/react-client Pre-Release*\n\n*Branch:* ${{ github.ref_name }}\n*Version:* ${{ steps.version.outputs.new_version }}\n*Using @rimori/client:* ${{ steps.client-version.outputs.version }}\n*Author:* ${{ github.actor }}\n*Pipeline:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View Run>\n\n${{ job.status == 'success' && '✅ Successfully published to npm with @next tag!' || '❌ Pipeline failed. Check the logs for details.' }}"
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
146
|
]
|
|
147
147
|
}
|
|
148
148
|
env:
|
|
149
149
|
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
|
|
150
|
-
|