Skip to content

Commit

Permalink
Merge pull request #5 from fahadahammed/patch-001
Browse files Browse the repository at this point in the history
Added fix for github action package build failure:001
  • Loading branch information
fahadahammed authored Oct 19, 2022
2 parents 16e01ae + 3b4e6e8 commit f06f8d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
pip install poetry
- name: Copy pyproject
run: |
echo "${{ GITHUB_REF_NAME }}"
sed "s|.*version.*|/c${{ GITHUB_REF_NAME }}|g" pyproject.toml > src/pyproject.toml
echo "${{ env.GITHUB_REF_NAME }}"
sed "s|.*version.*|/c${{ env.GITHUB_REF_NAME }}|g" pyproject.toml > src/pyproject.toml
- name: Check Package
run: |
Expand Down

0 comments on commit f06f8d8

Please sign in to comment.