We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb93446 commit 5cc52d2Copy full SHA for 5cc52d2
.github/workflows/test-publish.yml
@@ -25,7 +25,7 @@ jobs:
25
# Show what the tag/release would be (mimic)
26
- name: Mimic release/tag creation
27
run: |
28
- VERSION=$(python setup.py --version)
+ VERSION=$(IRIS_ENV=SERVER python setup.py --version)
29
echo "Would create release/tag: v$VERSION"
30
echo "Release notes would be based on changes for version $VERSION"
31
TAG_NAME="v$VERSION"
0 commit comments