Skip to content

Commit 39fc418

Browse files
authored
Merge pull request #178 from OpenMS/jpfeuffer-patch-1
fixes #177
2 parents b96cc0b + 417a1f4 commit 39fc418

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-autowrap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
packages_dir: ${{ github.workspace }}/dist
4343

4444
- name: Parse version
45-
run: echo "::set-output name=version::$(python3 -c 'from autowrap.version import __version__ as v; print("%d.%d.%d" % v)')"
45+
run: echo "version=$(python3 -c 'from autowrap.version import __version__ as v; print("%d.%d.%d" % v)')" >> $GITHUB_OUTPUT
4646
id: version
4747

4848
- name: Create github release
49-
uses: actions/create-release@v1.1.4
49+
uses: softprops/action-gh-release@v1
5050
id: create_release
5151
with:
5252
draft: false

0 commit comments

Comments
 (0)