Skip to content

Commit

Permalink
fix expr
Browse files Browse the repository at this point in the history
  • Loading branch information
jackietung-redpanda committed Sep 5, 2024
1 parent 90c5db4 commit 9886ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

env:
# Do dry run in most cases, UNLESS the triggering event was a "tag".
DRY_RUN: ${{ ! github.ref_type == 'tag' }}
DRY_RUN: ${{ github.ref_type != 'tag' }}
CONTEXT: ${{ toJSON(github) }}

jobs:
Expand Down

0 comments on commit 9886ff8

Please sign in to comment.