We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bfb6de commit 9eaae4fCopy full SHA for 9eaae4f
.github/workflows/main.yaml
@@ -16,7 +16,7 @@ jobs:
16
secrets: inherit
17
18
release:
19
- if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/DX-541-gha-publishing')
+ if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta')
20
needs: [build, check]
21
permissions:
22
contents: write
package.json
@@ -109,11 +109,6 @@
109
"name": "beta",
110
"channel": "beta",
111
"prerelease": true
112
- },
113
- {
114
- "name": "DX-541-gha-publishing",
115
- "channel": "dev",
116
- "prerelease": true
117
}
118
],
119
"plugins": [
0 commit comments