fix: prepend 'v' to API version in workflow dispatch inputs

- Updated the build-plugin.yml workflow to include a 'v' prefix in the version input for the release-production workflow, ensuring proper version formatting during production releases.
This commit is contained in:
Eli Bosley
2025-09-04 20:28:15 -04:00
parent 16905dd3a6
commit f0cffbdc7a

View File

@@ -153,7 +153,7 @@ jobs:
uses: the-actions-org/workflow-dispatch@v4.0.0
with:
workflow: release-production.yml
inputs: '{ "version": "${{ steps.vars.outputs.API_VERSION }}" }'
inputs: '{ "version": "v${{ steps.vars.outputs.API_VERSION }}" }'
token: ${{ secrets.UNRAID_BOT_GITHUB_ADMIN_TOKEN }}
- name: Upload to Cloudflare