mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
Send pre-release state on repo sync
This commit is contained in:
@@ -83,7 +83,8 @@ jobs:
|
||||
{
|
||||
"title": "${{ github.event.release.name }}",
|
||||
"tag": "${{ github.event.release.tag_name }}",
|
||||
"checksum": "${{ steps.parse_checksum.outputs.checksum }}"
|
||||
"checksum": "${{ steps.parse_checksum.outputs.checksum }}",
|
||||
"prerelease": ${{ github.event.release.prerelease }}
|
||||
}
|
||||
|
||||
bump-homebrew:
|
||||
|
||||
Reference in New Issue
Block a user