Browse Source

on create

pull/27/head
yedf2 5 years ago
parent
commit
c3134a2e59
  1. 5
      .github/workflows/release.yml

5
.github/workflows/release.yml

@ -1,7 +1,8 @@
name: Release
on:
tags:
- v*
create:
tags:
- v*
jobs:
release:

Loading…
Cancel
Save