Skip to content

Commit

Permalink
Update build-and-publish.yml (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
runceel authored Oct 29, 2023
1 parent 119a8ce commit 6bb1471
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ jobs:
with:
name: dist
path: dist
- uses: rickstaa/action-create-tag@v1
id: "tag_create"
with:
tag: ${{ needs.build.outputs.version }}
tag_exists_error: true
message: ${{ needs.build.outputs.version }}
- name: Create a release
id: create_release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 6bb1471

Please sign in to comment.