Skip to content

Commit 5a2a4f9

Browse files
authored
fix typo in release workflow (#131)
1 parent 7d2601c commit 5a2a4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-prep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: bump package version
3131
run: |
3232
new_version=`echo ${{ steps.bumpr.outputs.next_version }} | sed 's/^v//'`
33-
branch_version=`poetry version | awk '{print $2}'
33+
branch_version=`poetry version | awk '{print $2}'`
3434
echo "Current version: $branch_version"
3535
echo "New version: $new_version"
3636
if [ "$branch_version" != "$new_version" ]; then

0 commit comments

Comments
 (0)