Skip to content

Commit

Permalink
fix: version bump command (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederik-encord authored Jan 23, 2023
1 parent 69f0c4f commit 02b877d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: "poetry version ${{ github.ref_name }}"

- name: Module Version Bump
run: 'sed "s/__version__ = \".*\"/__version__ = \"${{ github.ref_name }}\"/g" src/encord_active/__init__.py'
run: 'sed -i "s/__version__ = \".*\"/__version__ = \"${{ github.ref_name }}\"/g" src/encord_active/__init__.py'

- name: Version Bump commit
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit 02b877d

Please sign in to comment.