ci: updated release publish

Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
moonleay 2024-05-10 14:27:39 +02:00
parent a2ec5fad20
commit fe8a1e13f7
Signed by: moonleay
GPG key ID: 82667543CCD715FB

View file

@ -13,6 +13,9 @@ jobs:
- uses: actions/checkout@v3
name: Checkout
- name: Fetch the full git repository
run: git fetch --prune --unshallow
- name: Set short git commit reference
id: vars
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT