We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce2486 commit 70f5bc2Copy full SHA for 70f5bc2
.github/workflows/release.yml
@@ -107,7 +107,7 @@ jobs:
107
- name: Install Dependencies
108
run: make install
109
- name: Get Version
110
- run: echo ::set-env name=PACKAGE_VERSION::$(echo $VERSION | poetry version)
+ run: echo "PACKAGE_VERSION=$(echo $VERSION | poetry version --short)" >> $GITHUB_ENV
111
- name: Create Release
112
id: create_release
113
uses: actions/[email protected]
0 commit comments