diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-04-24 16:45:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-24 16:45:35 +0100 |
| commit | 38ea7706a0ed2929838804db69bda2a53763c97c (patch) | |
| tree | 4f83479e68c3c353c5a7da5f19be5d00f71c9017 /.github | |
| parent | fix(dotfiles): unquote aliases before quoting (#1976) (diff) | |
| download | atuin-38ea7706a0ed2929838804db69bda2a53763c97c.zip | |
fix(ci): release workflow (#1978)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a904a8e0..13f0bfae 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -61,7 +61,7 @@ jobs: - name: Extract crate information shell: bash run: | - echo "PROJECT_NAME=$(sed -n 's/^name = "\(.*\)"/\1/p' atuin/Cargo.toml)" >> $GITHUB_ENV + echo "PROJECT_NAME=$(sed -n 's/^name = "\(.*\)"/\1/p' crates/atuin/Cargo.toml)" >> $GITHUB_ENV echo "PROJECT_VERSION=$(sed -n 's/^version = "\(.*\)"/\1/p' Cargo.toml | head -n1)" >> $GITHUB_ENV echo "PROJECT_MAINTAINER=$(sed -n 's/^authors = \["\(.*\)"\]/\1/p' Cargo.toml)" >> $GITHUB_ENV echo "PROJECT_HOMEPAGE=$(sed -n 's/^homepage = "\(.*\)"/\1/p' Cargo.toml)" >> $GITHUB_ENV |
