Skip to content

Commit 0761288

Browse files
committed
fix release
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent fef238a commit 0761288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
run: ./scripts/build-release.sh
2929
env:
3030
# don't ues the current snapshot version, to test a more realistic release
31-
TAG: ${{ github.ref_name }}
31+
TAG: ${{ github.run_number }}

0 commit comments

Comments
 (0)