We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f7a6b3 commit 48ebebbCopy full SHA for 48ebebb
template/.github/workflows/publish.yaml.jinja
@@ -25,6 +25,7 @@ jobs:
25
- name: Extract package version
26
run: |
27
VERSION=$(python3 ./.github/workflows/git_tag.py)
28
+ echo "Extracted version: $VERSION"
29
echo "package_version=$VERSION" >> $GITHUB_OUTPUT
30
31
lint:
0 commit comments