Skip to content

Commit 790ff02

Browse files
committed
Use short hash everywhere when releasing new version
1 parent 2e7058c commit 790ff02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
with:
56-
tag_name: apache-iceberg-monitoring-${{ github.sha }}
57-
release_name: apache-iceberg-monitoring-${{ github.sha }}
56+
tag_name: apache-iceberg-monitoring-${{ github.short_sha }}
57+
release_name: apache-iceberg-monitoring-${{ github.short_sha }}
5858
body: ${{ env.changelog }}
5959
draft: false
6060
prerelease: false

0 commit comments

Comments
 (0)