From 5559c06d2b9c0a588f1b89020084f2f474b83e4a Mon Sep 17 00:00:00 2001 From: defnotken Date: Tue, 26 Aug 2025 11:27:46 -0500 Subject: [PATCH] version references --- .github/workflows/lightless-tag-and-release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/lightless-tag-and-release.yml b/.github/workflows/lightless-tag-and-release.yml index 203beda..7adcbac 100644 --- a/.github/workflows/lightless-tag-and-release.yml +++ b/.github/workflows/lightless-tag-and-release.yml @@ -26,9 +26,7 @@ jobs: git config user.name "GitHub Action" git config user.email "action@github.com" git tag ${{ steps.test.get_version.version }} - git push origin "${VERSION}" - env: - VERSION: ${{ env.VERSION }} + git push origin ${{ steps.test.get_version.version }} - name: Create GitHub Release uses: softprops/action-gh-release@v2