We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2d626 commit 196058dCopy full SHA for 196058d
.github/workflows/publishing.yml
@@ -16,12 +16,6 @@ jobs:
16
17
- run: yarn install
18
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
25
- name: app-config-config
26
uses: JS-DevTools/npm-publish@v1
27
with:
@@ -174,6 +168,12 @@ jobs:
174
168
package: ./lcdev-react-native-app-config-transformer/package.json
175
169
176
170
# 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:
+ token: ${{ secrets.NPM_TOKEN }}
+ access: public
+ package: ./app-config-cli/package.json
177
- name: app-config-main
178
179
0 commit comments