Skip to content

Remove dom fetch (#94) #59

Remove dom fetch (#94)

Remove dom fetch (#94) #59

Workflow file for this run

name: release
on:
push:
tags: v[0-9]+.[0-9]+.[0-9]+
jobs:
release:
name: 'release: ${{github.ref_name}}'
runs-on: ubuntu-latest
steps:
- name: clone repository
uses: actions/checkout@v4
- name: dispatch release
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true