Skip to content

Commit 48ebebb

Browse files
committed
actualy echo
1 parent 4f7a6b3 commit 48ebebb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/.github/workflows/publish.yaml.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Extract package version
2626
run: |
2727
VERSION=$(python3 ./.github/workflows/git_tag.py)
28+
echo "Extracted version: $VERSION"
2829
echo "package_version=$VERSION" >> $GITHUB_OUTPUT
2930

3031
lint:

0 commit comments

Comments
 (0)