Skip to content

Commit

Permalink
Merge pull request #42 from dev-sec/version_checkout
Browse files Browse the repository at this point in the history
debugging more commitish
  • Loading branch information
micheelengronne committed Jul 23, 2020
2 parents 3a953e9 + ac98488 commit 6e1f7c1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ jobs:
run: |
echo "commitish: ${GITHUB_SHA}"
- name: Get current commitish
id: current_commitish
run: echo "::set-output name=sha::$(git log -1 --format="%H")"

- name: Check outputs
run: echo ${{ steps.current_commitish.outputs.sha }}

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

0 comments on commit 6e1f7c1

Please sign in to comment.