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 eab8090 commit e49c0bdCopy full SHA for e49c0bd
.github/workflows/appimage.yml
@@ -174,7 +174,7 @@ jobs:
174
run: |
175
echo "Building..."
176
uname -m
177
- echo "tag=$(git describe --always --tags)" >> $GITHUB_OUTPUT
+ echo "tag=$(git describe --always)" >> $GITHUB_OUTPUT
178
179
# Export ccache env var(s)
180
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
0 commit comments