Skip to content

Commit 356cfcf

Browse files
authored
feat: automated publishing (#206)
1 parent b9b3712 commit 356cfcf

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ jobs:
8181
if [ -f dSYMs.zip ]; then
8282
FILES="dSYMs.zip"
8383
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.
8684
gh release create v${{ env.PACKAGE_VERSION }} \
8785
--title "freeRASP ${{ env.PACKAGE_VERSION }}" \
8886
--notes-file RELEASE_NOTES.md \

0 commit comments

Comments
 (0)