Skip to content

Commit

Permalink
Merge pull request #48 from elam-scottlogic/main
Browse files Browse the repository at this point in the history
Release refers to specific image hover version
  • Loading branch information
Eriku33 authored May 28, 2023
2 parents f2e46c4 + e5a5d2f commit acd5d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
env:
version: ${{github.event.release.tag_name}}
url: https://github.com/${{github.repository}}
manifest: https://github.com/${{github.repository}}/releases/latest/download/module.json
manifest: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.json
download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.zip

# Create a zip file with all files required by the module to add to the release
Expand Down

0 comments on commit acd5d22

Please sign in to comment.