Skip to content

Commit

Permalink
fix(gh-workflow): broken path to main init file (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederik-encord authored Oct 31, 2024
1 parent cdb5bc4 commit 1ca6af0
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 @@ -26,7 +26,7 @@ jobs:
run: "poetry version ${{ github.ref_name }}"

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

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

0 comments on commit 1ca6af0

Please sign in to comment.