Skip to content

Commit d3fe24a

Browse files
move to using shared upload action
1 parent 2ea6f55 commit d3fe24a

File tree

2 files changed

+2
-42
lines changed

2 files changed

+2
-42
lines changed

.github/actions/publish_asset_to_s3/action.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ jobs:
6464
output-file: sarif-report.json
6565

6666
- name: actions/publish_asset_to_s3
67-
uses: ./.github/actions/publish_asset_to_s3
67+
uses: baileympearson/drivers-github-tools/node/publish_asset_to_s3@add-upload-s3-action
6868
with:
6969
version: v6.5.0
7070
product_name: js-bson-development
7171
files: sarif-report.json
72-
dry_run: ${{ needs.release_please.outputs.release_created != '' }}
72+
dry_run: ${{ needs.release_please.outputs.release_created == '' }}

0 commit comments

Comments
 (0)