Skip to content

Commit

Permalink
remove deprecated key from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
teemukataja authored Jan 5, 2022
1 parent 9d6575f commit e954e06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,5 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
tag_name: ${{ github.ref }}
files: ./dist/${{ matrix.asset_name }}-python${{ matrix.python-version }}-${{ matrix.os_suffix }}.zip
fail_on_unmatched_files: true

0 comments on commit e954e06

Please sign in to comment.