Skip to content

Commit

Permalink
CD: Use centralized workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaigalos committed Feb 19, 2023
1 parent 9441be5 commit 6fd7ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
cd:
uses: mihaigalos/config/.github/workflows/rust-cd-crates-io-only.yaml@main
uses: mihaigalos/config/.github/workflows/rust-cd-crates-io-and-github.yaml@main
secrets:
CARGO_API_KEY: ${{ secrets.CARGO_API_KEY }}

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dusage"
version = "0.3.4"
version = "0.3.5"
edition = "2021"
authors = ["Mihai Galos <mihaigalos@gmail.com>"]
description = "💾 A command line disk usage information tool: disk usage (foreground), inodes (background)."
Expand Down

0 comments on commit 6fd7ac0

Please sign in to comment.