We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b3712 commit 356cfcfCopy full SHA for 356cfcf
1 file changed
.github/workflows/publish-release.yml
@@ -81,8 +81,6 @@ jobs:
81
if [ -f dSYMs.zip ]; then
82
FILES="dSYMs.zip"
83
fi
84
- # We use --if-not-exists implicitly by checking if release exists,
85
- # but 'gh release create' will also fail if it exists, which is fine here.
86
gh release create v${{ env.PACKAGE_VERSION }} \
87
--title "freeRASP ${{ env.PACKAGE_VERSION }}" \
88
--notes-file RELEASE_NOTES.md \
0 commit comments