/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/workflows/release.yml
24 строки
702 B
Angular Robot
build: update cross-repo angular dependencies
10 авг 2026, 18:57
10 авг 2026, 18:57
b95f9e2
Код
Авторство
О чём код?
name: Publish Release on: push: branches: - main - '[0-9]+.[0-9]+.x' workflow_dispatch: # Allow manual trigger for verification # Ensure only one release runs at a time PER BRANCH to avoid race conditions. concurrency: group: release-${{ github.ref }} cancel-in-progress: false permissions: contents: read # Required to checkout the repository id-token: write # Required for NPM provenance in reusable workflow jobs: release: uses: angular/dev-infra/.github/workflows/reusable-release.yml@04230133d395dfb032d782b8e63b4fcbbd406aa5 # main secrets: wombot-token: ${{ secrets.WOMBOT_TOKEN }} angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}