diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index e5ba381..83c4461 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -18,6 +18,6 @@ jobs: uses: softprops/action-gh-release@v2 with: files: babric-b1.7.3.zip - name: ${{github.sha}} (Generated Release) + name: ${{ steps.vars.outputs.sha_short }} (Generated Release) body: Autogenerated release via actions. tag_name: ${{ steps.vars.outputs.sha_short }}