diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bc6c11f..d086270 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -64,7 +64,6 @@ jobs: uses: actions/download-artifact@v4 with: merge-multiple: true - - run: "ls -lart" - name: Release uses: softprops/action-gh-release@v1 with: diff --git a/Cargo.lock b/Cargo.lock index 997ef0a..90fb132 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -533,7 +533,7 @@ checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" [[package]] name = "ji" -version = "1.1.4" +version = "1.1.11" dependencies = [ "anyhow", "dialoguer", diff --git a/Cargo.toml b/Cargo.toml index 5d1c3e7..dabfd22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ji" -version = "1.1.4" +version = "1.1.11" authors = ["Keir Lawson "] description = "Simple CLI for getting the key for a selected JIRA issue" license = "MIT OR Apache-2.0"