deno.land / x / simple_utility@v0.0.9 / .github / workflows / release.yaml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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@v3 - name: dispatch release uses: softprops/action-gh-release@v1 with: generate_release_notes: true
simple_utility

Version Info

Tagged at
a year ago