Skip to content

Commit

Permalink
tagging, but right?
Browse files Browse the repository at this point in the history
  • Loading branch information
WesR authored Oct 6, 2021
1 parent 9392620 commit bbd8c02
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
name: dist
path: dist/

- name: Tagger - Move semantic tags!
uses: fischerscode/tagger@v0.1.0
- name: Tag commit
uses: tvdias/github-tagger@v0.0.1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
tag: ${{ github.event.inputs.version }}

- uses: ncipollo/release-action@v1
with:
artifacts: "dist/*"
Expand Down

0 comments on commit bbd8c02

Please sign in to comment.