We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0229932 commit 601dec9Copy full SHA for 601dec9
.github/workflows/release-v1-beta-plugins.yml
@@ -44,7 +44,6 @@ jobs:
44
with:
45
token: ${{ secrets.NPM_TOKEN }}
46
package: ./packages/contentstack-variants/package.json
47
- access: public
48
tag: beta
49
50
# Export
@@ -61,7 +60,6 @@ jobs:
61
60
62
63
package: ./packages/contentstack-audit/package.json
64
65
66
67
# Import
@@ -86,7 +84,6 @@ jobs:
86
84
87
85
88
package: ./packages/contentstack-import-setup/package.json
89
90
91
92
# Export to CSV
@@ -135,7 +132,6 @@ jobs:
135
132
136
133
137
134
package: ./packages/contentstack-branches/package.json
138
139
140
141
- name: Create Beta Release
0 commit comments