Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Jun 12, 2024
1 parent 9773320 commit 942e6b3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
generate_sarif_report:
environment: release
runs-on: ubuntu-latest
# needs: [release_please]
needs: [release_please]
permissions:
# required for all workflows
security-events: write
Expand Down Expand Up @@ -67,5 +67,4 @@ jobs:
version: ${{ steps.get_version.outputs.package_version }}
product_name: node-kerberos
file: sarif-report.json
# dry_run: ${{ needs.release_please.outputs.release_created == '' }}
dry_run: false
dry_run: ${{ needs.release_please.outputs.release_created == '' }}

0 comments on commit 942e6b3

Please sign in to comment.