Skip to content

Commit

Permalink
fix: fix wrong include section in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
selfuryon committed Sep 13, 2023
1 parent 7c0a6ff commit 400254d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 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 400254d

Please sign in to comment.