Skip to content

[tag] 0.2.42 (#93) #288

[tag] 0.2.42 (#93)

[tag] 0.2.42 (#93) #288

Workflow file for this run

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