Skip to content

Commit 9b72c92

Browse files
authored
chore(tooling): remove dry run flag (#556)
1 parent 4db095d commit 9b72c92

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ run-name: ${{ github.actor }} is running Deploy CD
44
on:
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

109
env:
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

0 commit comments

Comments
 (0)