Skip to content

Commit 708632d

Browse files
committed
fix(release workflow): remove misstyped code
1 parent 9aabbe8 commit 708632d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ jobs:
6262
--title "apache-iceberg-monitoring-${{ steps.zip.outputs.commit_hash }}" \
6363
--notes "${{ steps.changelog.outputs.changelog }}" \
6464
--target ${{ github.sha }} \
65-
./${{ steps.zip.outputs.zip_name }}q
65+
./${{ steps.zip.outputs.zip_name }}

0 commit comments

Comments
 (0)