Add the missing version prefix

This commit is contained in:
Felipe Knorr Kuhn 2025-11-17 22:09:04 -03:00
parent c3ec9bff47
commit 548bdd4caa
No known key found for this signature in database
GPG key ID: 79619B52BB097C1A

View file

@ -81,7 +81,7 @@ jobs:
if: github.event_name == 'pull_request'
run: |
VERSION=$(jq -r '.version' backend/package.json)
echo "TAG=${VERSION}-${SHORT_SHA}" >> $GITHUB_ENV
echo "TAG=v${VERSION}-${SHORT_SHA}" >> $GITHUB_ENV
- name: Show set environment variables
run: |