Skip to content

Commit

Permalink
chore(release.yml): update softprops/action-gh-release action to vers…
Browse files Browse the repository at this point in the history
…ion 2.0.5

The softprops/action-gh-release action has been updated to version 2.0.5 to ensure compatibility with the latest features and improvements provided by the newer release. This update is a routine maintenance task to keep the workflow up to date with the latest changes in the action.
  • Loading branch information
mauvehed committed May 21, 2024
1 parent bf92b63 commit e8db4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: poetry export --without-hashes --with dev -f requirements.txt --output dev-requirements.txt

- name: Create GitHub Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2.0.5
with:
files: |
requirements.txt
Expand Down

0 comments on commit e8db4b2

Please sign in to comment.