We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 191a83a commit 28695eeCopy full SHA for 28695ee
.github/workflows/bins.yml
@@ -313,8 +313,8 @@ jobs:
313
env:
314
# select release-signing policy for main and release branches
315
SIGNPATH_SIGNING_POLICY_SLUG: |
316
- ${{ (startsWith(github.ref, 'refs/heads/release/'))
317
- && 'release-signing'
+ ${{ ((inputs.lnav_version_number != '')
+ && 'release-signing')
318
|| 'test-signing' }}
319
with:
320
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
0 commit comments