We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0caa1f commit f4962bdCopy full SHA for f4962bd
.github/workflows/release-next-major.yml
@@ -9,7 +9,7 @@ permissions:
9
contents: read # for checkout
10
11
jobs:
12
- release-canary:
+ release-next-major:
13
concurrency:
14
group: release_next_major
15
@@ -27,7 +27,7 @@ jobs:
27
app-id: ${{ secrets.ECOSPARK_APP_ID }}
28
private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
29
30
- # Publish packages to npm under the `canary` tag on new commits to the v5 branch.
+ # Publish packages to npm under the `next-major` tag on new commits to the next-major branch.
31
- uses: actions/checkout@v5
32
with:
33
fetch-depth: 0
0 commit comments