Skip to content

Commit 147f0d3

Browse files
committed
doc: document the unset CI
1 parent a60d778 commit 147f0d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: yarn install --check-files --frozen-lockfile
4545
- name: release
4646
run: |
47-
unset CI
47+
unset CI # enable full package-all https://github.com/mongodb/awscdk-resources-mongodbatlas/blob/main/.projen/tasks.json#L157-L170
4848
npx projen release
4949
- name: Backup artifact permissions
5050
run: cd dist && getfacl -R . > permissions-backup.acl

0 commit comments

Comments
 (0)