diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 58735e05..9762f9ab 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -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