From ba32488f003f458f37d2d5b9be16eba958cb2abf Mon Sep 17 00:00:00 2001 From: Chris Oelerich Date: Fri, 2 Feb 2024 00:53:26 -0600 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5819218..22a8421 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,17 +23,13 @@ jobs: with: fetch-depth: 0 - - name: Extract Version From Tag - id: get_version - uses: battila7/get-version-action@v2.3.0 - - name: Modify Module Manifest With Release-Specific Values id: sub_manifest_link_version uses: cschleiden/replace-tokens@v1.2 with: files: 'module.json' env: - VERSION: ${{steps.get_version.outputs.version-without-v}} + VERSION: ${{ github.event.release.tag_name }} URL: ${{ env.PROJECT_URL }} MANIFEST: ${{ env.LATEST_MANIFEST_URL }} DOWNLOAD: ${{ env.RELEASE_MODULE_URL }}