We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 192a932 commit 73adf86Copy full SHA for 73adf86
1 file changed
.github/workflows/release.yml
@@ -36,8 +36,7 @@ jobs:
36
-derivedDataPath build \
37
SYMROOT=build/Release \
38
CODE_SIGN_IDENTITY="" \
39
- CODE_SIGNING_REQUIRED=NO \
40
- | xcpretty || true
+ CODE_SIGNING_REQUIRED=NO
41
42
- name: Verify Build
43
run: |
@@ -128,7 +127,7 @@ jobs:
128
127
cat release_notes.md
129
130
- name: Create GitHub Release
131
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
132
with:
133
name: SpeakType ${{ steps.get_version.outputs.version }}
134
body_path: release_notes.md
@@ -137,6 +136,7 @@ jobs:
137
136
dist/SpeakType.zip
138
draft: false
139
prerelease: false
+ fail_on_unmatched_files: true
140
env:
141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
142
0 commit comments