Skip to content

Commit a1c249f

Browse files
committed
Update workflow comment
1 parent a9ef074 commit a1c249f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-stage-2-alpha.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
GH_TOKEN: ${{ github.token }}
7171
run: |
7272
LATEST=$(gh release list --limit 1 --json tagName --jq ".[0].tagName")
73-
echo "Latest release: $LATEST"
74-
echo "Base: ${{ github.event.pull_request.base.sha }}""
73+
echo "Latest release: ${LATEST}"
74+
echo "Base: ${{ github.event.pull_request.base.sha }}"
7575
COMMAND="git log --pretty=oneline ${LATEST}..${{ github.event.pull_request.base.sha }}"
7676
gh pr comment ${{ github.event.pull_request.number }} --body \
7777
"Alpha release created: \`${{ steps.version.outputs.version }}\` \

0 commit comments

Comments
 (0)