diff options
author | Valery Piashchynski <[email protected]> | 2022-11-27 01:50:46 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-11-27 01:50:46 +0100 |
commit | 81902c47d4ead873c2191302042e715645aded2a (patch) | |
tree | c373a29c12aa4ea0431e94b8d16c4fc7ca06390c /.github/workflows/release_grpc_buf.yml | |
parent | 1228f1cc32a10773441d2faf8e31bad26856ef77 (diff) |
chore: update deprecated github api
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github/workflows/release_grpc_buf.yml')
-rw-r--r-- | .github/workflows/release_grpc_buf.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release_grpc_buf.yml b/.github/workflows/release_grpc_buf.yml index dd543fca..f5b1dfc9 100644 --- a/.github/workflows/release_grpc_buf.yml +++ b/.github/workflows/release_grpc_buf.yml @@ -24,7 +24,7 @@ jobs: - name: Generate builder values id: values run: | - echo "::set-output name=version::`echo ${GITHUB_REF##*/} | sed -e 's/*//'`" + echo "version=$(echo ${GITHUB_REF##*/} | sed -e 's/*//')" >> $GITHUB_OUTPUT - name: Build image run: | |