Skip to content

Commit

Permalink
fix: GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
MPCodeWriter21 committed Mar 27, 2024
1 parent 0d24f21 commit b59a68b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automatic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
python -m build
pip install dist/*.whl
echo "PACKAGE_VERSION=$(pip show log21 | grep \"^Version: \" | cut -d \" \" -f 2)" >> $GITHUB_ENV
echo "PACKAGE_VERSION=$(pip show log21 | grep '^Version: ' | cut -d ' ' -f 2)" >> $GITHUB_ENV
- name: check-version
uses: KyoriPowered/action-regex-match@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
python -m build
pip install dist/*.whl
echo "PACKAGE_VERSION=$(pip show log21 | grep \"^Version: \" | cut -d \" \" -f 2)" >> $GITHUB_ENV
echo "PACKAGE_VERSION=$(pip show log21 | grep '^Version: ' | cut -d ' ' -f 2)" >> $GITHUB_ENV
- name: check-version
uses: KyoriPowered/action-regex-match@v3
Expand Down

0 comments on commit b59a68b

Please sign in to comment.