Skip to content

Commit 28695ee

Browse files
committed
[build] sign stuff
1 parent 191a83a commit 28695ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bins.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ jobs:
313313
env:
314314
# select release-signing policy for main and release branches
315315
SIGNPATH_SIGNING_POLICY_SLUG: |
316-
${{ (startsWith(github.ref, 'refs/heads/release/'))
317-
&& 'release-signing'
316+
${{ ((inputs.lnav_version_number != '')
317+
&& 'release-signing')
318318
|| 'test-signing' }}
319319
with:
320320
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'

0 commit comments

Comments
 (0)