Skip to content

Commit 4f442d9

Browse files
author
Val Brodsky
committed
Test
1 parent 2dad3ef commit 4f442d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-package-develop.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ jobs:
4949
echo "No tags found"
5050
exit 1
5151
fi
52-
echo "TAGS=$TAGS" >> $GITHUB_ENV
53-
echo "::set-output name=sdk_versions::$TAGS"
52+
echo "TAGS=$TAGS" >> $GITHUB_OUTPUT
5453
5554
build:
5655
needs: ['path-filter', 'get_sdk_versions']

0 commit comments

Comments
 (0)