1 Commits

Author SHA1 Message Date
55a1cf70cd Add universal tag trigger for release workflow
All checks were successful
Release Creation / build (push) Successful in 39s
- Updated workflow to trigger on all tag pushes instead of just published releases.
2025-03-02 12:08:40 -06:00

View File

@@ -26,8 +26,8 @@ jobs:
env: env:
version: ${{steps.get_version.outputs.version-without-v}} version: ${{steps.get_version.outputs.version-without-v}}
url: https://gitea.ascorrea.com/${{github.repository}} url: https://gitea.ascorrea.com/${{github.repository}}
manifest: https://gitea.ascorrea.com/${{github.repository}}/releases/latest/download/module.json manifest: https://gitea.ascorrea.com/${{github.repository}}/releases/download/latest/module.json
download: https://gitea.ascorrea.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.zip download: https://gitea.ascorrea.com/${{github.repository}}/releases/download/${{ steps.get_version.outputs.version }}/module.zip
# Create a zip file with all files required by the module to add to the release # Create a zip file with all files required by the module to add to the release
- name: Create files (module.zip, module.json) for release - name: Create files (module.zip, module.json) for release