Skip to content

Commit 1227ad1

Browse files
committed
disabled the beta release
1 parent 3aab1af commit 1227ad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-v1-beta-plugins.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release CLI Plugins (v1 Beta)
22

33
on:
44
push:
5-
branches: [v1-beta]
5+
branches: [disable-v1-beta]
66

77
jobs:
88
build:
@@ -240,7 +240,7 @@ jobs:
240240
if: ${{ steps.publish-core.conclusion == 'success' }}
241241
id: create_release
242242
env:
243-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
243+
GITHUB_TOKEN: ${{ secrets.PKG_TOKEN }}
244244
VERSION: ${{ steps.publish-core.outputs.version }}
245245
run: |
246246
# Get the previous beta release for comparison

0 commit comments

Comments
 (0)