mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Fix bash syntax error
This commit is contained in:
parent
609b6c686d
commit
4fa62cab4f
1 changed files with 0 additions and 1 deletions
1
.github/workflows/publish.yaml
vendored
1
.github/workflows/publish.yaml
vendored
|
|
@ -74,7 +74,6 @@ jobs:
|
||||||
id: id_rcm
|
id: id_rcm
|
||||||
run: |
|
run: |
|
||||||
if [ "$FROM_VERSION" = "" ]; then
|
if [ "$FROM_VERSION" = "" ]; then
|
||||||
then
|
|
||||||
echo "::set-output name=message::'🚀'"
|
echo "::set-output name=message::'🚀'"
|
||||||
else
|
else
|
||||||
echo "::set-output name=message::'📋 https://github.com/$OWNER/$REPO/blob/$REF/CHANGELOG.md'"
|
echo "::set-output name=message::'📋 https://github.com/$OWNER/$REPO/blob/$REF/CHANGELOG.md'"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue