Skip to content

Commit

Permalink
fix: deprecation warning about `.cargo/config' + release workflow + b…
Browse files Browse the repository at this point in the history
…ump 2.15.1
  • Loading branch information
sycured committed May 7, 2024
1 parent ebdc158 commit 969aa9b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 32 deletions.
File renamed without changes.
24 changes: 0 additions & 24 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,27 +106,3 @@ jobs:
file: target/${{ matrix.target }}/release/${{ matrix.artifact_name }}
asset_name: ${{ matrix.asset_name }}
tag: ${{ github.ref_name }}

sbom:
runs-on: ubuntu-latest
name: Generate SBOM
steps:
- uses: actions/checkout@v2
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- name: Install cargo-cyclonedx
run: cargo install cargo-cyclonedx
- name: Generate SBOM
run: cargo cyclonedx -a --output-cdx
- name: Upload SBOM
uses: svenstaro/upload-release-action@v1-release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: bom.cdx.xml
asset_name: bom.cdx.xml
tag: ${{ github.ref_name }}
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jira_cli"
version = "2.15.0"
version = "2.15.1"
edition = "2021"
license = "GPL-2.0"
readme = "README.md"
Expand Down

0 comments on commit 969aa9b

Please sign in to comment.