Skip to content

Commit 1c362ee

Browse files
committed
ci: debugging version environment variable name
1 parent fc4c437 commit 1c362ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/debian-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
name: Create Debian package associated to version tag
2222
runs-on: ubuntu-latest
2323
steps:
24+
- name: debug version env variable name
25+
run: echo "${{ env.VERSION }}"
2426
- name: Checkout scaphandre-debian repository
2527
uses: actions/checkout@v4
2628
with:

0 commit comments

Comments
 (0)