Skip to content

Commit

Permalink
Remove FLAKE_LOCK_FILE var
Browse files Browse the repository at this point in the history
Co-authored-by: Nick <[email protected]>
  • Loading branch information
jasonodoom and mcdonnnj authored Sep 8, 2023
1 parent f831689 commit adab206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bump_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ else
mv $tmp_file $VERSION_FILE
sed "s/$old_version_regex/$new_version/" $FLAKE_FILE > $tmp_flake
mv $tmp_flake $FLAKE_FILE
git add $FLAKE_FILE $FLAKE_LOCK_FILE $VERSION_FILE
git add $FLAKE_FILE $VERSION_FILE
git commit -m"Finalize version from $old_version to $new_version"
git push
;;
Expand Down

0 comments on commit adab206

Please sign in to comment.