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 c215606 commit 08d3e3fCopy full SHA for 08d3e3f
.github/workflows/release.yml
@@ -60,18 +60,6 @@ jobs:
60
env:
61
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
62
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
-
75
compose:
76
name: Bump self-hosted versions
77
needs:
@@ -100,7 +88,6 @@ jobs:
100
88
101
89
- fast-forward
102
90
- commit
103
- - publish
104
91
runs-on: ubuntu-latest
105
92
steps:
106
93
- uses: actions/checkout@v6
package.json
@@ -34,7 +34,7 @@
34
},
35
{
36
"name": "develop",
37
- "channel": "beta"
+ "channel": "latest"
38
}
39
],
40
"plugins": [
0 commit comments