Skip to content

Commit

Permalink
ci: build Debian package with shortened release name and tag
Browse files Browse the repository at this point in the history
  • Loading branch information
andrielfn committed Sep 21, 2024
1 parent 421204e commit 0bce8d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: "postgresql-${{ env.PG_VERSION }}-ulid_${{ env.VERSION }}_amd64.deb"
name: Release ${{ github.sha }}
tag: ${{ github.sha }}
name: Release ${{ github.sha | slice(0, 7) }}
tag: ${{ github.sha | slice(0, 7) }}
draft: false
prerelease: false

0 comments on commit 0bce8d0

Please sign in to comment.