Skip to content

Commit

Permalink
tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
WesR authored Oct 6, 2021
1 parent 6d7ac3f commit 9392620
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*"
Expand Down

0 comments on commit 9392620

Please sign in to comment.