Skip to content

fix: onThing функции с корректным типом #21

fix: onThing функции с корректным типом

fix: onThing функции с корректным типом #21

Workflow file for this run

name: Publish
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- name: Publish package
run: npx jsr publish
# 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