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 2e7058c commit 790ff02Copy full SHA for 790ff02
.github/workflows/release.yml
@@ -53,8 +53,8 @@ jobs:
53
env:
54
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
with:
56
- tag_name: apache-iceberg-monitoring-${{ github.sha }}
57
- release_name: apache-iceberg-monitoring-${{ github.sha }}
+ tag_name: apache-iceberg-monitoring-${{ github.short_sha }}
+ release_name: apache-iceberg-monitoring-${{ github.short_sha }}
58
body: ${{ env.changelog }}
59
draft: false
60
prerelease: false
0 commit comments