Skip to content

пробуем обновить через скрипт [patch] #1

пробуем обновить через скрипт [patch]

пробуем обновить через скрипт [patch] #1

Workflow file for this run

name: Update and Deploy
on:
push:
branches: main
paths:
- source/**
pull_request:
branches: main
paths:
- source/**
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
pages: write
steps:
- name: Clone repository
uses: actions/checkout@v3
- name: Install Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: Update version and deploy
env:
GITHUB_TOKEN: ${{ secrets.VSEPLET_GITHUB_TOKEN }}
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
deno run --allow-all --unstable-broadcast-channel --unstable-kv https://deno.land/x/automation_scripts@0.0.6/ci-cd/scripts/UpdateSemverDeployJsr.ts