Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
[devops] fix call to gh-with-ci-creds in ci.deploy-step
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-gierakowski committed Jul 19, 2023
1 parent 5e9c4d6 commit edb6945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/pkgs-private.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ let
log "with title: $title"
log
${lib.getExe gh-with-ci-creds} dev release create -t "$title" "$version" $gh_relase_extra_args
${lib.getExe gh-with-ci-creds} release create -t "$title" "$version" $gh_relase_extra_args
''
)
{}
Expand Down

0 comments on commit edb6945

Please sign in to comment.