Skip to content

Commit

Permalink
Derp
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed May 3, 2024
1 parent c91b038 commit 8a3090a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
shell: bash
run: |
name=cargo-deny
tag=$(git describe --tags --abbrev=0 || "boop")
tag=$(git describe --tags --abbrev=0 --always)
release_name="$name-$tag-${{ matrix.target }}"
release_tar="${release_name}.tar.gz"
mkdir "$release_name"
Expand Down

0 comments on commit 8a3090a

Please sign in to comment.