ci: bump version before installing dependencies in release workflow (#104)

Ensures that the correct chromedriver binary is downloaded
This commit is contained in:
David Sanders 2022-11-30 16:40:12 -08:00 коммит произвёл GitHub
Родитель a23c98387e
Коммит 2119532bd8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -18,10 +18,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: npm i
- name: Update Version
run: node script/update-version.js ${{ github.event.inputs.version }}
- name: Install Dependencies
run: npm i
- name: Run Tests
run: npm test
create_new_version: