Skip to content

Commit

Permalink
[CI][FIX] Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
katyukha committed Dec 21, 2024
1 parent 6113388 commit df2cfb8
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 @@ -26,7 +26,7 @@ jobs:
linux: libzip-dev libpq-dev python3-dev

- name: Set version from tag
run: echo "${{ github.ref_name }}" > ./subpackages/lib/data/ODOOD_VERSION"
run: echo "${{ github.ref_name }}" > ./subpackages/lib/data/ODOOD_VERSION

- name: Build Odood
run: |
Expand Down

0 comments on commit df2cfb8

Please sign in to comment.