We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a953e9 + ac98488 commit 6e1f7c1Copy full SHA for 6e1f7c1
1 file changed
.github/workflows/release.yml
@@ -70,6 +70,13 @@ jobs:
70
run: |
71
echo "commitish: ${GITHUB_SHA}"
72
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
80
- name: Create Release draft
81
id: create_release
82
uses: actions/create-release@v1
0 commit comments