Skip to content

Commit

Permalink
Update github release action
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmpr committed Aug 17, 2024
1 parent 43785c0 commit 05f6e57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
fi
echo "::set-output name=package_version::$version"
- uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v2
name: Create release
with:
body_path: ${{ github.workspace }}/changelog.md
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:

- name: Install ruff
run: |
python -m pip install --upgrade pip ruff==0.6.1
python -m pip install --upgrade pip
python -m pip install --upgrade ruff==0.6.1
- name: Run ruff check
run: ruff check --output-format=github
Expand Down

0 comments on commit 05f6e57

Please sign in to comment.