Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ jobs:
if [ -f dSYMs.zip ]; then
FILES="dSYMs.zip"
fi
# We use --if-not-exists implicitly by checking if release exists,
# but 'gh release create' will also fail if it exists, which is fine here.
gh release create v${{ env.PACKAGE_VERSION }} \
--title "freeRASP ${{ env.PACKAGE_VERSION }}" \
--notes-file RELEASE_NOTES.md \
Expand Down