Skip to content

Commit ac98488

Browse files
debugging more commitish
Signed-off-by: Michée Lengronne <michee.lengronne@coppint.com>
1 parent 5e1889e commit ac98488

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ jobs:
7070
run: |
7171
echo "commitish: ${GITHUB_SHA}"
7272
73+
- name: Get current commitish
74+
id: current_commitish
75+
run: echo "::set-output name=sha::$(git log -1 --format="%H")"
76+
77+
- name: Check outputs
78+
run: echo ${{ steps.current_commitish.outputs.sha }}
79+
7380
- name: Create Release draft
7481
id: create_release
7582
uses: actions/create-release@v1

0 commit comments

Comments
 (0)