diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 344653d..02d2ab6 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -32,6 +32,7 @@ jobs: with: # An optional flag which indicates if we should update a release if it already exists. Defaults to false. allowUpdates: true + tag: $(git describe --tags --abbrev=0) # An optional body for the release. body: dist name: v0.1.1