/
githubmirror
/
json-server
Обзор
Документация
Войти
/
githubmirror
/
json-server
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/workflows/publish.yml
24 строки
600 B
typicode
chore: add tag flag for pnpm (#1688)
22 янв 2026, 01:54
Не верифицирован
22 янв 2026, 01:54
f4e3c92
Код
Авторство
О чём код?
name: Publish Package to npmjs on: release: types: [published] permissions: id-token: write # Required for OIDC contents: read jobs: build: runs-on: ubuntu-latest permissions: contents: read id-token: write steps: - uses: actions/checkout@v6 - uses: pnpm/action-setup@v4 with: version: 10 - uses: actions/setup-node@v6 with: node-version: "24.x" registry-url: "https://registry.npmjs.org" - run: pnpm install - run: pnpm publish --provenance --access public --no-git-checks --tag latest