Skip to content

Commit

Permalink
migrate off of fork
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed May 31, 2024
1 parent 300aaa7 commit b7de0d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-5.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: "Generate Sarif Report"
uses: "alcaeus/drivers-github-tools/code-scanning-export@export-code-scanning-report"
with:
ref: main
ref: 5.x
output-file: sarif-report.json

- name: Get release version and release package file name
Expand All @@ -72,7 +72,7 @@ jobs:
echo "package_version=${package_version}" >> "$GITHUB_OUTPUT"
- name: actions/publish_asset_to_s3
uses: baileympearson/drivers-github-tools/node/publish_asset_to_s3@add-upload-s3-action
uses: mongodb-labs/drivers-github-tools/tree/main/node/publish_asset_to_s3
with:
version: ${{ steps.get_version.outputs.package_version }}
product_name: js-bson
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
echo "package_version=${package_version}" >> "$GITHUB_OUTPUT"
- name: actions/publish_asset_to_s3
uses: baileympearson/drivers-github-tools/node/publish_asset_to_s3@add-upload-s3-action
uses: mongodb-labs/drivers-github-tools/tree/main/node/publish_asset_to_s3
with:
version: ${{ steps.get_version.outputs.package_version }}
product_name: js-bson
Expand Down

0 comments on commit b7de0d9

Please sign in to comment.