Skip to content

Commit

Permalink
Remove fail_on_unmatched_files
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Klimas committed Jul 11, 2021
1 parent 0cdc118 commit f247023
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Create draft release

on:
push:
branches:
- main
branches-ignore:
- '2.3-maintenance'
tags:
- '[0-9]+.[0-9]+.[0-9]+*'

Expand All @@ -28,7 +28,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
draft: true
fail_on_unmatched_files: true
files: |
dist/electron/twine-*.dmg
dist/electron/twine-*.exe
Expand Down

0 comments on commit f247023

Please sign in to comment.