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 9d3f473 commit fce893a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,11 @@ jobs:

- run: echo "The current version is ${{ steps.current-version.outputs.current_version }}"

- name: Update version
run: |
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

- uses: actions/setup-node@v4
Expand Down

0 comments on commit fce893a

Please sign in to comment.