diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 12cd5a5..914a234 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -51,7 +51,7 @@ jobs: --no-confirm \ --no-verify \ --execute - github-releas: + github-release: name: Create GitHub Release needs: - audit @@ -87,8 +87,7 @@ jobs: name: sula-alus-${{ matrix.target }} path: target/sula-alus-${{ matrix.target }}.* create-release: - needs: - - github-release + needs: [github-release] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/Cargo.lock b/Cargo.lock index 7c93624..a4a74e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -142,7 +142,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "sula-alus" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index 5db67dd..9e64e4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sula-alus" authors = ["Kristofers Solo "] -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "A CLI tool to encode strings and files using Sula-Alus encoding" repository = "https://github.com/kristoferssolo/sula-alus"