diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..d587e25 --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,16 @@ +--- +# https://github.com/marketplace/actions/actions-tagger +name: release + +"on": + release: + types: [published, edited] + workflow_dispatch: + +jobs: + actions-tagger: + runs-on: windows-latest + steps: + - uses: Actions-R-Us/actions-tagger@latest + with: + publish_latest_tag: true \ No newline at end of file