Skip to content

Commit

Permalink
fix(ci): remove awk command in version parse
Browse files Browse the repository at this point in the history
  • Loading branch information
engeir authored Feb 27, 2024
1 parent 25bbc7e commit 7c08d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: |
source "$HOME/.rye/env"
rye version -b patch &&
version=$(rye version | awk '{ print $2 }') &&
version=$(rye version) &&
rye version $version.dev.$(date +%s)
- name: Build package
Expand Down

0 comments on commit 7c08d40

Please sign in to comment.