Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Commit 1a6738e

Browse files
Fix tweet workflow. (#8)
1 parent a67b902 commit 1a6738e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323

2424
tweet:
2525
uses: asimov-platform/.github/.github/workflows/tweet.yaml@master
26+
needs: build-and-release
2627
secrets: inherit
2728
with:
2829
message: |
29-
📦 ASIMOV Snapshot CLI ${{ github.event.release.tag_name }} has been released:
30-
${{ github.event.release.html_url }}
30+
📦 ASIMOV Snapshot CLI ${{ github.ref_name }} has been released:
31+
${{ needs.build-and-release.outputs.release_url }}

0 commit comments

Comments
 (0)