Skip to content

Commit 34c849f

Browse files
authored
Print New tag: after building release to trick Changeset's publish detection (#52)
1 parent 95b2090 commit 34c849f

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
@@ -47,7 +47,7 @@ jobs:
4747
id: changesets
4848
uses: changesets/action@v1
4949
with:
50-
publish: pnpm release
50+
publish: pnpm release && echo "New tag:"
5151
commit: "Version packages"
5252
commitMode: github-api
5353
env:

0 commit comments

Comments
 (0)