Skip to content

Commit 08d3e3f

Browse files
authored
feat: deprecate beta channel on npm (#4537)
fix: deprecate beta channel on npm
1 parent c215606 commit 08d3e3f

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,6 @@ jobs:
6060
env:
6161
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
6262

63-
publish:
64-
name: Publish NPM
65-
needs:
66-
- fast-forward
67-
permissions:
68-
contents: read
69-
id-token: write
70-
uses: ./.github/workflows/tag-npm.yml
71-
with:
72-
release: ${{ needs.fast-forward.outputs.release_tag }}
73-
secrets: inherit
74-
7563
compose:
7664
name: Bump self-hosted versions
7765
needs:
@@ -100,7 +88,6 @@ jobs:
10088
needs:
10189
- fast-forward
10290
- commit
103-
- publish
10491
runs-on: ubuntu-latest
10592
steps:
10693
- uses: actions/checkout@v6

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
{
3636
"name": "develop",
37-
"channel": "beta"
37+
"channel": "latest"
3838
}
3939
],
4040
"plugins": [

0 commit comments

Comments
 (0)