Skip to content

Commit b8e88ef

Browse files
authored
1 parent 8bc1da6 commit b8e88ef

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
@@ -22,7 +22,7 @@ jobs:
2222
echo "Planned next release version ($NEXT_VERSION) already exists, aborting process"
2323
exit 1
2424
fi
25-
echo "::set-env name=PIPER_version::$NEXT_VERSION"
25+
echo "PIPER_version=$NEXT_VERSION" >> $GITHUB_ENV
2626
- name: Build, test and push
2727
run: |
2828
echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USER }} --password-stdin

0 commit comments

Comments
 (0)