Skip to content

Commit

Permalink
fix(build): release fails at version command (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
engeir authored Feb 27, 2024
1 parent 2eed616 commit a4891ca
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/rich-codex.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
outputs:
- command: "rye run ncdump-rich ./demo/example.nc"
- command: bash -c "source $HOME/.rye/env && rye run ncdump-rich ./demo/example.nc"
title: Latest Rich NcDump
img_paths:
- ./demo/latest.png
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: salsify/action-detect-and-tag-new-version@v2.0.3
with:
version-command: |
bash -o pipefail -c "rye version | awk '{ print \$2 }'"
bash -o pipefail -c "source $HOME/.rye/env && rye version | awk '{ print \$2 }'"
- name: Bump version for developmental release
if: "! steps.check-version.outputs.tag"
Expand Down
Binary file modified demo/latest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ncdump-rich"
version = "0.5.0"
version = "0.5.1"
description = "Rich NcDump"
authors = [{ name = "Eirik Enger", email = "engeir@pm.me" }]
license = "GPL-3.0"
Expand Down

0 comments on commit a4891ca

Please sign in to comment.