mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 01:23:47 +00:00
fix: pin gh release create to fork repo explicitly
This commit is contained in:
1
.github/workflows/sync-and-build.yml
vendored
1
.github/workflows/sync-and-build.yml
vendored
@@ -90,6 +90,7 @@ jobs:
|
||||
run: |
|
||||
TAG="build-$(date -u +%Y%m%d-%H%M%S)-$(git rev-parse --short HEAD)"
|
||||
gh release create "$TAG" cabinet-dist.tar.gz \
|
||||
--repo "$GITHUB_REPOSITORY" \
|
||||
--title "$TAG" \
|
||||
--notes "Автосборка: апстрим синхронизирован + локальный патч (скрыт блок «Дополнительные опции»)." \
|
||||
--latest
|
||||
|
||||
Reference in New Issue
Block a user