Skip to content

Commit

Permalink
ci: debugging version environment variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
bdromard committed Jan 22, 2024
1 parent fc4c437 commit 1c362ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/debian-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
name: Create Debian package associated to version tag
runs-on: ubuntu-latest
steps:
- name: debug version env variable name
run: echo "${{ env.VERSION }}"
- name: Checkout scaphandre-debian repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 1c362ee

Please sign in to comment.