feat: Conditionally sign nightly release tags

This commit is contained in:
mkorwel
2025-07-04 11:06:14 -07:00
parent abd4c270cd
commit d0ccf2f926
2 changed files with 2 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ jobs:
if: success()
run: npm run tag:release:nightly
env:
SIGN_FLAG: ""
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create Issue on Failure