File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ run-name: ${{ github.actor }} is running Deploy CD
44on :
55 push :
66 branches : # Allow list of deployable tags and branches. Note that all allow-listed branches cannot include any `/` characters
7- - ccwidgets
8- # - next uncomment when ready to deploy next
7+ - next
98
109env :
1110 rid : ${{ github.run_id }}-${{ github.run_number }}
@@ -142,9 +141,9 @@ jobs:
142141 path : " **/dist"
143142 key : dist-${{ env.rid }}
144143
145- - name : Deploy Packages (Dry Run)
144+ - name : Deploy Packages
146145 if : steps.check-changes.outputs.has_changes == 'true'
147- run : yarn workspaces foreach -W --dry-run -- from '${{ needs.analyze-changes.outputs.yarn-recursive }}' --verbose run deploy:npm --access public --tag ${GITHUB_REF##*/}
146+ run : yarn workspaces foreach -W --from '${{ needs.analyze-changes.outputs.yarn-recursive }}' --verbose run deploy:npm --access public --tag ${GITHUB_REF##*/}
148147 env :
149148 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
150149
You can’t perform that action at this time.
0 commit comments