deno.land / x / simple_utility@v0.0.9 / .github / workflows_json / release.json

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{ "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