Skip to content

Commit f4962bd

Browse files
committed
fixup! chore(ci): rename tag to next-major
1 parent d0caa1f commit f4962bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-next-major.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
contents: read # for checkout
1010

1111
jobs:
12-
release-canary:
12+
release-next-major:
1313
concurrency:
1414
group: release_next_major
1515

@@ -27,7 +27,7 @@ jobs:
2727
app-id: ${{ secrets.ECOSPARK_APP_ID }}
2828
private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
2929

30-
# Publish packages to npm under the `canary` tag on new commits to the v5 branch.
30+
# Publish packages to npm under the `next-major` tag on new commits to the next-major branch.
3131
- uses: actions/checkout@v5
3232
with:
3333
fetch-depth: 0

0 commit comments

Comments
 (0)