Skip to content

Commit b0154b1

Browse files
committed
Release (#5)
1 parent 7f8c864 commit b0154b1

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/build.yml

-2
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ jobs:
110110
steps:
111111
- name: Checkout source code
112112
uses: actions/checkout@v4
113-
with:
114-
token: ${{ secrets.TAG_TOKEN }}
115113
- name: Download artifacts
116114
uses: actions/download-artifact@v4
117115
with:

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "conda-deny"
33
description = "A CLI tool to check your project's dependencies for license compliance."
4-
version = "0.2.8"
4+
version = "0.3.0"
55
edition = "2021"
66

77
[features]

0 commit comments

Comments
 (0)