Skip to content

Commit e14bfd3

Browse files
upload package info
1 parent c156562 commit e14bfd3

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: mongodb-labs/drivers-github-tools/full-report@v2
56+
uses: blink1073/drivers-github-tools/full-report@add-evergreen-link
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: mongodb-labs/drivers-github-tools/full-report@v2
56+
uses: blink1073/drivers-github-tools/full-report@add-evergreen-link
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: ${{ needs.release_please.outputs.release_created == '' }}
73+
dry_run: false
7474

7575
publish:
7676
needs: [release_please, ssdlc]

0 commit comments

Comments
 (0)