Skip to content

Commit

Permalink
UPD: use maintained publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
desty2k committed May 21, 2021
1 parent 26e8a15 commit 582ebed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Create a release
if: env.VERSION != env.RELEASE_VERSION

uses: actions/create-release@v1.1.4
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ env.VERSION }}
env:
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Changelog
- Update contributing guide
- Clean the code
- Docs workflow will be run only after creating release
- Update release action

- 0.9.1:
- Fix child windows being minimized to left bottom corner
Expand Down

0 comments on commit 582ebed

Please sign in to comment.