Skip to content

Commit 713f2db

Browse files
committed
ci(release): echo tag sentinel for Changesets action
1 parent 413afaa commit 713f2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: changesets/action@v1.4.9
2929
with:
3030
version: bun run version && git add Cargo.toml
31-
publish: echo "ready-to-release"
31+
publish: echo "New tag: @omnidotdev/eden-cli@$(jq -r '.version' package.json)"
3232
title: "chore(release): version packages"
3333
commit: "chore(release): version packages"
3434
env:

0 commit comments

Comments
 (0)