Skip to content

Commit

Permalink
out put the sha
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Jun 26, 2024
1 parent bf9efe7 commit 7838d72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-kotlin-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ jobs:
with:
path: bindings_ffi/target

- name: Get short SHA
id: slug
run: echo "::set-output name=sha7::$(echo ${GITHUB_SHA} | cut -c1-7)"

- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 7838d72

Please sign in to comment.