(fix): workflow formatting
Some checks failed
deploy-dev.yml / (fix): workflow formatting (push) Failing after 0s
Some checks failed
deploy-dev.yml / (fix): workflow formatting (push) Failing after 0s
This commit is contained in:
parent
9f83f1e1b7
commit
a1af7ce25f
2 changed files with 10 additions and 5 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue