Skip to content

Commit ca786c2

Browse files
committed
Tweak
1 parent 608771e commit ca786c2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@ on:
55
signed_binary_name:
66
description: 'Name of the signed binary'
77
required: false
8-
default: 'spiceai.signed.taco'
8+
default: 'spiceai.taco'
99
type: string
1010
release:
1111
types: [created]
1212

1313
jobs:
1414
build:
1515
runs-on: code-signing
16-
if: github.event.action == 'created' && github.event.release.prerelease == true
1716
steps:
1817
- name: Checkout
1918
uses: actions/checkout@v4

0 commit comments

Comments
 (0)