File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 72
72
echo "package_version=${package_version}" >> "$GITHUB_OUTPUT"
73
73
74
74
- name : actions/publish_asset_to_s3
75
- uses : mongodb-labs/drivers-github-tools/tree/main/ node/publish_asset_to_s3
75
+ uses : mongodb-labs/drivers-github-tools/node/publish_asset_to_s3
76
76
with :
77
77
version : ${{ steps.get_version.outputs.package_version }}
78
78
product_name : js-bson
Original file line number Diff line number Diff line change 71
71
echo "package_version=${package_version}" >> "$GITHUB_OUTPUT"
72
72
73
73
- name : actions/publish_asset_to_s3
74
- uses : mongodb-labs/drivers-github-tools/tree/main/ node/publish_asset_to_s3
74
+ uses : mongodb-labs/drivers-github-tools/node/publish_asset_to_s3
75
75
with :
76
76
version : ${{ steps.get_version.outputs.package_version }}
77
77
product_name : js-bson
You can’t perform that action at this time.
0 commit comments