Skip to content

Commit

Permalink
maintenance/bumper: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroHLC committed Nov 23, 2024
1 parent 6c01aae commit fd509aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/full-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# similar to build.yml
- name: Cache
id: cache
if: (success() && ${{ inputs.kissMeKissMeKissMe != 'true' }})
if: (success() && inputs.kissMeKissMeKissMe != 'true')
run: nix develop ./maintenance -c chaotic-nyx-build || [ $? -eq 42 ]
env:
NYX_WD: ${{ runner.temp }}
Expand Down
2 changes: 1 addition & 1 deletion shared/git-update.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pname
, nyxKey
, versionPath
, hasCargo ? null
, hasCargo ? false
, hasSubmodules ? false
, withLastModifiedDate ? false
, withLastModified ? false
Expand Down

0 comments on commit fd509aa

Please sign in to comment.