Skip to content

[tag] v0.2.45-3

[tag] v0.2.45-3 #208

Workflow file for this run

name: CI Release
on:
push:
branches: [main]
jobs:
release:
if: "startsWith(github.event.head_commit.message, '[tag]')"
runs-on: ubuntu-latest
env:
GH_PAT: ${{ secrets.PAT }}
steps:
- uses: actions/checkout@v2
- uses: denoland/setup-deno@v1
with:
deno-version: vx.x.x
- name: tag
run: deno run -A ci-release.ts