diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a37063..2222fb3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ permissions: packages: write jobs: - deploy: + release: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v4 diff --git a/Cargo.lock b/Cargo.lock index 84862b1..672408f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2417,7 +2417,7 @@ dependencies = [ [[package]] name = "eclair" -version = "0.1.3" +version = "0.1.4-dev" dependencies = [ "alloy", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 33b8e4a..5cc13cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eclair" -version = "0.1.3" +version = "0.1.4-dev" edition = "2021"