This commit is contained in:
Elizabeth Craig 2024-11-20 18:18:12 -08:00 коммит произвёл GitHub
Родитель f49e37051e
Коммит ea562280d1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 1 удалений

3
.github/workflows/release.yml поставляемый
Просмотреть файл

@ -4,12 +4,13 @@ name: Release
# NOTE: Because this package is inactive, the npm and github token secrets have been removed.
# Before running this workflow, you must generate a new granular npm token and github token,
# go to Settings => Environments => release, and add the secrets REPO_PAT and NPM_AUTHTOKEN.
# You'll also need to update the ruleset for main to allow a bypass.
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
on:
workflow_dispatch:
# push:
# branches: [master]
# branches: [main]
jobs:
build: