Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunkLightTuna authored Feb 2, 2024
1 parent 8796dc4 commit ba32488
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,13 @@ jobs:
with:
fetch-depth: 0

- name: Extract Version From Tag
id: get_version
uses: battila7/[email protected]

- name: Modify Module Manifest With Release-Specific Values
id: sub_manifest_link_version
uses: cschleiden/[email protected]
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 }}
Expand Down

0 comments on commit ba32488

Please sign in to comment.