Skip to content

Commit

Permalink
fix: a typo in update-release-branch workflow (#1353)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis authored Jul 10, 2024
1 parent 30b5590 commit b53022c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:
cancel-in-progress: true

env:
DRY_RUN: ${{ github.event.inputs.dry_run || 'false' }
DRY_RUN: ${{ github.event.inputs.dry_run || 'false' }}

jobs:
update-release:
Expand Down Expand Up @@ -100,4 +100,4 @@ jobs:
else
echo "pushing changes to release branch";
git push origin release;
fi
fi

0 comments on commit b53022c

Please sign in to comment.