Skip to content

Commit 5cc52d2

Browse files
upd
1 parent fb93446 commit 5cc52d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Show what the tag/release would be (mimic)
2626
- name: Mimic release/tag creation
2727
run: |
28-
VERSION=$(python setup.py --version)
28+
VERSION=$(IRIS_ENV=SERVER python setup.py --version)
2929
echo "Would create release/tag: v$VERSION"
3030
echo "Release notes would be based on changes for version $VERSION"
3131
TAG_NAME="v$VERSION"

0 commit comments

Comments
 (0)