(fix): workflow formatting
Some checks failed
deploy-dev.yml / (fix): workflow formatting (push) Failing after 0s

This commit is contained in:
Alois 2026-05-14 13:15:59 +02:00
commit a1af7ce25f
2 changed files with 10 additions and 5 deletions

View file

@ -45,7 +45,7 @@ jobs:
run: |
VERSION="$(node -p "require('./package.json').version")"
echo "version=$VERSION" >> "$FORGEJO_OUTPUT"
echo "tag=v$VERSION" >> "$FORGEJO_OUTPUT"
echo "tag=${VERSION}-prod" >> "$FORGEJO_OUTPUT"
- name: Create release and upload files
env:
@ -60,7 +60,7 @@ jobs:
test -d releases
find releases -type f | grep -q .
COMMIT_MSG="$(git log -1 --pretty=%B | sed 's/$/<br>/')"
COMMIT_MSG="$(git log -1 --pretty=%B | sed 's/$/ /')"
HTTP_STATUS=$(curl -s -w "%{http_code}" -o release_out.json -H "Authorization: token $TOKEN" "$API/repos/$REPO/releases/tags/$TAG")