We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ef074 commit a1c249fCopy full SHA for a1c249f
.github/workflows/release-stage-2-alpha.yml
@@ -70,8 +70,8 @@ jobs:
70
GH_TOKEN: ${{ github.token }}
71
run: |
72
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 }}""
+ echo "Latest release: ${LATEST}"
+ echo "Base: ${{ github.event.pull_request.base.sha }}"
75
COMMAND="git log --pretty=oneline ${LATEST}..${{ github.event.pull_request.base.sha }}"
76
gh pr comment ${{ github.event.pull_request.number }} --body \
77
"Alpha release created: \`${{ steps.version.outputs.version }}\` \
0 commit comments