We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 421204e commit 0bce8d0Copy full SHA for 0bce8d0
.github/workflows/build-deb.yml
@@ -85,7 +85,7 @@ jobs:
85
uses: ncipollo/release-action@v1
86
with:
87
artifacts: "postgresql-${{ env.PG_VERSION }}-ulid_${{ env.VERSION }}_amd64.deb"
88
- name: Release ${{ github.sha }}
89
- tag: ${{ github.sha }}
+ name: Release ${{ github.sha | slice(0, 7) }}
+ tag: ${{ github.sha | slice(0, 7) }}
90
draft: false
91
prerelease: false
0 commit comments