diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index d8a088c759..2051ae7254 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -50,6 +50,7 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 with: + tag_name: v${{ steps.package-version.outputs.version }} generate_release_notes: true env: GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }} diff --git a/packages/devui-vue/package.json b/packages/devui-vue/package.json index 7dc0c6b384..842aa37e2b 100644 --- a/packages/devui-vue/package.json +++ b/packages/devui-vue/package.json @@ -1,6 +1,6 @@ { "name": "vue-devui", - "version": "1.3.4-alpha.2", + "version": "1.3.4-alpha.3", "license": "MIT", "description": "DevUI components based on Vite and Vue3", "keywords": [