Skip to content

Commit 196058d

Browse files
committed
ci: publish cli last
1 parent 5c2d626 commit 196058d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publishing.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ jobs:
1616

1717
- run: yarn install
1818

19-
- name: app-config-cli
20-
uses: JS-DevTools/npm-publish@v1
21-
with:
22-
token: ${{ secrets.NPM_TOKEN }}
23-
access: public
24-
package: ./app-config-cli/package.json
2519
- name: app-config-config
2620
uses: JS-DevTools/npm-publish@v1
2721
with:
@@ -174,6 +168,12 @@ jobs:
174168
package: ./lcdev-react-native-app-config-transformer/package.json
175169

176170
# Do these last, since they're most commonly used by consumers
171+
- name: app-config-cli
172+
uses: JS-DevTools/npm-publish@v1
173+
with:
174+
token: ${{ secrets.NPM_TOKEN }}
175+
access: public
176+
package: ./app-config-cli/package.json
177177
- name: app-config-main
178178
uses: JS-DevTools/npm-publish@v1
179179
with:

0 commit comments

Comments
 (0)