refactor: Move tagging logic to a separate script

This commit is contained in:
mkorwel
2025-07-04 12:31:46 -07:00
parent d0ccf2f926
commit 23eea823d0
4 changed files with 60 additions and 3 deletions

View File

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