Skip to content

Commit 426ef45

Browse files
authored
Fix bug in release workflow
1 parent 45c4670 commit 426ef45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
python3 setup.py --version > version
4646
4747
- name: Get bumpversion
48-
run: echo ::set-env name=VERSION::$(grep -i 'current_version = ' setup.cfg | head -1 | tr -d 'current_version = ')
48+
run: echo "VERSION"=$(grep -i 'current_version = ' setup.cfg | head -1 | tr -d 'current_version = ') >> $GITHUB_ENV
4949

5050
- name: Create Release
5151
id: create_release

0 commit comments

Comments
 (0)