Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Dec 1, 2023
1 parent fce893a commit 2408ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:

- name: Update version
run: |
NEW_VERSION="${{ steps.current-version.outputs.current_version }}.dev${{ steps.short-sha.outputs.sha }}"
NEW_VERSION="${{ steps.current-version.outputs.current_version }}dev${{ steps.short-sha.outputs.sha }}"
sed -i "s/__version__ = .*/__version__ = \"$NEW_VERSION\"/" rdmo/__init__.py
- run: cat rdmo/__init__.py
Expand Down

0 comments on commit 2408ecb

Please sign in to comment.