Skip to content

Commit

Permalink
chore: fix github actions (#47)
Browse files Browse the repository at this point in the history
Fix github action
  • Loading branch information
selfuryon authored Sep 13, 2023
2 parents 3011c5b + 400254d commit b710aa2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:

jobs:
tests-and-linters:
uses: ./.github/workflows/build.yaml
uses: ./.github/workflows/tests.yaml

prepare:
name: Prepare Variables
Expand Down
2 changes: 1 addition & 1 deletion cmd/split/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import (
"encoding/hex"
"regexp"

"github.com/google/uuid"
"github.com/p2p-org/dkc/utils"
"github.com/p2p-org/dkc/utils/crypto/bls"
"github.com/spf13/viper"
"github.com/google/uuid"
)

type SplitRuntime struct {
Expand Down
2 changes: 1 addition & 1 deletion nix/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}: let
inherit (inputs'.ethereum-nix.packages) mcl bls;
pname = "dkc";
version = "1.0.0";
version = "0.1.1";
dkc = pkgs.buildGoModule {
inherit pname version;
src = ../.;
Expand Down

0 comments on commit b710aa2

Please sign in to comment.