Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed May 30, 2024
1 parent eade3e4 commit 2ea6f55
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: actions/setup
uses: ./.github/actions/setup
- name: Set up drivers-github-tools
uses: mongodb-labs/drivers-github-tools/setup@v2
with:
Expand All @@ -71,4 +69,4 @@ jobs:
version: v6.5.0
product_name: js-bson-development
files: sarif-report.json
dry_run: ${{ needs.release_please.outputs.release_created }}
dry_run: ${{ needs.release_please.outputs.release_created != '' }}

0 comments on commit 2ea6f55

Please sign in to comment.