From 93926206c5a08e0aa0ba4be06df392b67d021879 Mon Sep 17 00:00:00 2001 From: Wes Ring Date: Tue, 5 Oct 2021 23:55:14 -0400 Subject: [PATCH] tagging --- .github/workflows/build-and-release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index e5be422..9cbb89d 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -28,6 +28,11 @@ jobs: name: dist path: dist/ + - name: Tagger - Move semantic tags! + uses: fischerscode/tagger@v0.1.0 + with: + tag: ${{ github.event.inputs.version }} + - uses: ncipollo/release-action@v1 with: artifacts: "dist/*"