diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9ac32613..81de70c2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: - name: Get latest tag id: get_tag - run: echo ::set-output name=TAG::$(git describe --tags --abbrev=0) + run: echo ::set-output name=TAG::$(git describe --tags --abbrev=0) --match "v*" - name: Update package.json version run: |