Skip to content

Commit 0bce8d0

Browse files
committed
ci: build Debian package with shortened release name and tag
1 parent 421204e commit 0bce8d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-deb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
uses: ncipollo/release-action@v1
8686
with:
8787
artifacts: "postgresql-${{ env.PG_VERSION }}-ulid_${{ env.VERSION }}_amd64.deb"
88-
name: Release ${{ github.sha }}
89-
tag: ${{ github.sha }}
88+
name: Release ${{ github.sha | slice(0, 7) }}
89+
tag: ${{ github.sha | slice(0, 7) }}
9090
draft: false
9191
prerelease: false

0 commit comments

Comments
 (0)