This commit is contained in:
Andreea Isac 2021-11-15 11:16:39 -08:00 коммит произвёл GitHub
Родитель 1c04af867a
Коммит e707a0e2c6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 9 добавлений и 1 удалений

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

@ -26,7 +26,15 @@ jobs:
node-version: '12'
check-latest: true
# Runs a single command using the runners shell
- name: Update the package version
uses: jacobtomlinson/gha-find-replace@master
with:
find: "\"version\": \"(\\d+\\.\\d+\\.\\d+)\""
replace: "\"version\": \"$1-${{ steps.get-short-sha.outputs.sha }}\""
include: "package.json"
exclude: ".git"
# Runs a single command using the runners shell
- name: Build the VSIX
run: |
yarn install