Skip to content

Commit 9eaae4f

Browse files
committed
chore: main ready
1 parent 5bfb6de commit 9eaae4f

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
secrets: inherit
1717

1818
release:
19-
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/DX-541-gha-publishing')
19+
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta')
2020
needs: [build, check]
2121
permissions:
2222
contents: write

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,6 @@
109109
"name": "beta",
110110
"channel": "beta",
111111
"prerelease": true
112-
},
113-
{
114-
"name": "DX-541-gha-publishing",
115-
"channel": "dev",
116-
"prerelease": true
117112
}
118113
],
119114
"plugins": [

0 commit comments

Comments
 (0)