Skip to content

Commit 19667fd

Browse files
committed
Update workflow name
1 parent 53e031b commit 19667fd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish.yml renamed to .github/workflows/version-or-publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
name: Publish Packages
1+
# - changesets will open a PR to bump versions when new changesets are added
2+
# - changesets will publish packages when that PR is merged
3+
# (it's confusing because the same action does two super different things)
4+
5+
name: Version or Publish Packages
26

37
on:
48
push:

0 commit comments

Comments
 (0)