Skip to content

Commit 49566b1

Browse files
committed
fix: removed beta tag from releases of 4 plugins in 1.x.x
1 parent 00e8bb1 commit 49566b1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/release-beta.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ jobs:
6666
with:
6767
token: ${{ secrets.NPM_TOKEN }}
6868
package: ./packages/contentstack-utilities/package.json
69-
tag: beta
7069

7170
# Variants
7271
- name: Installing dependencies of variants
@@ -103,7 +102,6 @@ jobs:
103102
with:
104103
token: ${{ secrets.NPM_TOKEN }}
105104
package: ./packages/contentstack-command/package.json
106-
tag: beta
107105

108106
# Config
109107
- name: Installing dependencies of config
@@ -245,7 +243,6 @@ jobs:
245243
with:
246244
token: ${{ secrets.NPM_TOKEN }}
247245
package: ./packages/contentstack-export-to-csv/package.json
248-
tag: beta
249246

250247
# Migration
251248
- name: Installing dependencies of migration
@@ -314,7 +311,6 @@ jobs:
314311
token: ${{ secrets.NPM_TOKEN }}
315312
package: ./packages/contentstack-branches/package.json
316313
access: public
317-
tag: beta
318314

319315
# Core CLI
320316
- name: Installing dependencies of core

0 commit comments

Comments
 (0)