ci: make v2 publishing manual

This commit is contained in:
Dax Raad 2026-08-13 01:13:11 -04:00
parent 721f9bfcff
commit aec4b711f6
2 changed files with 1 additions and 4 deletions

View file

@ -6,7 +6,6 @@ on:
branches:
- ci
- dev
- v2
- beta
- fix/npm-native-binary-install
- snapshot-*

View file

@ -1,5 +1,3 @@
#!/usr/bin/env bash
BUMP_TYPE=${1:-patch}
gh workflow run publish.yml -f bump="$BUMP_TYPE"
gh workflow run publish.yml --ref v2