|
1 | | -name: Release CLI Platform Plugins (v1 Beta) |
| 1 | +name: Release CLI Platform Plugins |
2 | 2 |
|
3 | 3 | on: |
4 | 4 | workflow_call: |
@@ -38,41 +38,41 @@ jobs: |
38 | 38 | prefix: release |
39 | 39 |
|
40 | 40 | # Dev Dependencies |
41 | | - - name: Publishing dev dependencies (Beta) |
| 41 | + - name: Publishing dev dependencies (Production) |
42 | 42 | uses: JS-DevTools/npm-publish@v3 |
43 | 43 | with: |
44 | 44 | token: ${{ secrets.NPM_TOKEN }} |
45 | 45 | package: ./packages/contentstack-dev-dependencies/package.json |
46 | | - tag: beta |
| 46 | + tag: latest |
47 | 47 |
|
48 | 48 | # Utilities |
49 | | - - name: Publishing utilities (Beta) |
| 49 | + - name: Publishing utilities (Production) |
50 | 50 | uses: JS-DevTools/npm-publish@v3 |
51 | 51 | with: |
52 | 52 | token: ${{ secrets.NPM_TOKEN }} |
53 | 53 | package: ./packages/contentstack-utilities/package.json |
54 | | - tag: beta |
| 54 | + tag: latest |
55 | 55 |
|
56 | 56 | # Command |
57 | | - - name: Publishing command (Beta) |
| 57 | + - name: Publishing command (Production) |
58 | 58 | uses: JS-DevTools/npm-publish@v3 |
59 | 59 | with: |
60 | 60 | token: ${{ secrets.NPM_TOKEN }} |
61 | 61 | package: ./packages/contentstack-command/package.json |
62 | | - tag: beta |
| 62 | + tag: latest |
63 | 63 |
|
64 | 64 | # Config |
65 | | - - name: Publishing config (Beta) |
| 65 | + - name: Publishing config (Production) |
66 | 66 | uses: JS-DevTools/npm-publish@v3 |
67 | 67 | with: |
68 | 68 | token: ${{ secrets.NPM_TOKEN }} |
69 | 69 | package: ./packages/contentstack-config/package.json |
70 | | - tag: beta |
| 70 | + tag: latest |
71 | 71 |
|
72 | 72 | # Auth |
73 | | - - name: Publishing auth (Beta) |
| 73 | + - name: Publishing auth (Production) |
74 | 74 | uses: JS-DevTools/npm-publish@v3 |
75 | 75 | with: |
76 | 76 | token: ${{ secrets.NPM_TOKEN }} |
77 | 77 | package: ./packages/contentstack-auth/package.json |
78 | | - tag: beta |
| 78 | + tag: latest |
0 commit comments