Add suffix hash on CAS CI (#3438)

This commit is contained in:
Pascal Vizeli 2022-02-10 10:21:34 +01:00 committed by GitHub
parent 2df3678fef
commit 84c2053b57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -173,7 +173,7 @@ jobs:
if: needs.init.outputs.publish == 'true'
uses: home-assistant/actions/helpers/codenotary@master
with:
source: ${{ steps.dirhash.outputs.dirhash }}
source: hash://${{ steps.dirhash.outputs.dirhash }}
asset: supervisor-${{ needs.init.outputs.version }}
token: ${{ secrets.CAS_TOKEN }}