Skip to content

Commit 70f5bc2

Browse files
committed
🚨 Resolve GitHub workflow changes to get python version
1 parent 2ce2486 commit 70f5bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: Install Dependencies
108108
run: make install
109109
- name: Get Version
110-
run: echo ::set-env name=PACKAGE_VERSION::$(echo $VERSION | poetry version)
110+
run: echo "PACKAGE_VERSION=$(echo $VERSION | poetry version --short)" >> $GITHUB_ENV
111111
- name: Create Release
112112
id: create_release
113113
uses: actions/[email protected]

0 commit comments

Comments
 (0)