Skip to content

Commit

Permalink
ci: publish driver adapters fix dry-run (#4335)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 authored Oct 6, 2023
1 parent 4bddbde commit 7071fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-driver-adapters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
working-directory: query-engine/driver-adapters/js
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
DRY_RUN: ${{ github.event.inputs.dryRun && '--dry-run' || '' }}
DRY_RUN: ${{ github.event.inputs.dryRun == 'true' && '--dry-run' || '' }}

#
# Failure handlers
Expand Down

0 comments on commit 7071fe3

Please sign in to comment.