Skip to content

Commit 921513d

Browse files
authored
Merge pull request #64 from mgxd/fix/gh-wf
FIX: Remove GH Action set-env
2 parents 50b863a + 9ebc846 commit 921513d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
THISVERSION=$( python setup.py --version )
5555
THISVERSION=${TAG:-$THISVERSION}
5656
echo "Expected VERSION: \"${THISVERSION}\""
57-
echo ::set-env name=THISVERSION::"${THISVERSION}"
57+
echo "THISVERSION=${THISVERSION}" >> $GITHUB_ENV
5858
5959
- name: Install in confined environment [pip]
6060
env:

0 commit comments

Comments
 (0)