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 cb218fd commit bf4f4bcCopy full SHA for bf4f4bc
.github/workflows/release.yaml
@@ -25,7 +25,7 @@ jobs:
25
id: tag
26
run: |
27
echo "Upstream release = actions/runner: ${{ steps.runner.outputs.release }}"
28
- if [ "${{ github.event.inputs.version }}" = "latest" ]; then
+ if [ "${{ github.event.inputs.version || 'latest' }}" = "latest" ]; then
29
export TAG="${{ steps.runner.outputs.release }}"
30
else
31
export TAG="${{ github.event.inputs.version }}"
0 commit comments