Skip to content

Commit 4b5d9b1

Browse files
authored
1 parent 3a012d9 commit 4b5d9b1

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
@@ -30,7 +30,7 @@ jobs:
3030
echo "Planned next release version ($NEXT_VERSION) already exists, aborting process"
3131
exit 1
3232
fi
33-
echo "::set-env name=PIPER_version::$NEXT_VERSION"
33+
echo "PIPER_version=$NEXT_VERSION" >> $GITHUB_ENV
3434
3535
- name: Build and push
3636
run: |

0 commit comments

Comments
 (0)