/
Alex_Ural
/
opencode
Обзор
Документация
Войти
/
Alex_Ural
/
opencode
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
.github/workflows/release-github-action.yml
29 строк
598 B
Aiden Cline
ci: GitHub Actions dependencies (#26962)
12 май 2026, 03:50
Не верифицирован
12 май 2026, 03:50
5773d43
Код
Авторство
О чём код?
name: release-github-action on: push: branches: - dev paths: - "github/**" concurrency: ${{ github.workflow }}-${{ github.ref }} permissions: contents: write jobs: release: runs-on: blacksmith-4vcpu-ubuntu-2404 steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: fetch-depth: 0 - run: git fetch --force --tags - name: Release run: | git config --global user.email "opencode@sst.dev" git config --global user.name "opencode" ./github/script/release