Skip to content

wasm-{bridge, crypto, crypto-{asmjs, init, wasm}, util} 7.2.2 #283

wasm-{bridge, crypto, crypto-{asmjs, init, wasm}, util} 7.2.2

wasm-{bridge, crypto, crypto-{asmjs, init, wasm}, util} 7.2.2 #283

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