Skip to content

Commit 81290d1

Browse files
Merge pull request #40 from dev-sec/version_checkout
debug commitish
2 parents 8f94337 + ce025ce commit 81290d1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ jobs:
6666
with:
6767
ref: master
6868

69+
- name: Debug commitish
70+
run: |
71+
echo "version: ${VERSION}"
72+
echo "commitish: ${COMMITISH}"
73+
env:
74+
VERSION: ${{ env.version }}
75+
COMMITISH: ${{ env.commitish }}
76+
6977
- name: Create Release draft
7078
id: create_release
7179
uses: actions/create-release@v1

0 commit comments

Comments
 (0)