Skip to content

Commit 03585ef

Browse files
incorporate changes
1 parent e14bfd3 commit 03585ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-5.x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: cp sbom.json ${{ env.S3_ASSETS }}/sbom.json
5454

5555
- name: Generate authorized pub report
56-
uses: blink1073/drivers-github-tools/full-report@add-evergreen-link
56+
uses: mongodb-labs/drivers-github-tools/full-report@v2
5757
with:
5858
release_version: ${{ env.package_version }}
5959
product_name: mongodb

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: cp sbom.json ${{ env.S3_ASSETS }}/sbom.json
5454

5555
- name: Generate authorized pub report
56-
uses: blink1073/drivers-github-tools/full-report@add-evergreen-link
56+
uses: mongodb-labs/drivers-github-tools/full-report@v2
5757
with:
5858
release_version: ${{ env.package_version }}
5959
product_name: mongodb
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
version: ${{ env.package_version }}
7272
product_name: mongodb
73-
dry_run: false
73+
dry_run: ${{ needs.release_please.outputs.release_created == '' }}
7474

7575
publish:
7676
needs: [release_please, ssdlc]

0 commit comments

Comments
 (0)