diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c40a214b2..1bf145579 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -401,7 +401,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.CREATE_RELEASE_TOKEN }} with: - tag_name: v${{ steps.new-version.outputs.VERSION }} + tag_name: v${{ needs.pre-build.outputs.VERSION }} files: | lucide-font-${{ needs.pre-build.outputs.VERSION }}.zip lucide-icons-${{ needs.pre-build.outputs.VERSION }}.zip