Skip to content

Commit

Permalink
Ignore no tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed May 3, 2024
1 parent 3d22c4c commit c91b038
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)
tag=$(git describe --tags --abbrev=0 || "boop")
release_name="$name-$tag-${{ matrix.target }}"
release_tar="${release_name}.tar.gz"
mkdir "$release_name"
Expand Down

0 comments on commit c91b038

Please sign in to comment.