Skip to content

chore: auto-release from main branch #2

chore: auto-release from main branch

chore: auto-release from main branch #2

Workflow file for this run

name: release
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v2
- name: Configure git
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Release a new version
run: deno task release
- name: Publish the new version
run: deno publish