Skip to content

Commit 3d394be

Browse files
authored
fix: deprecated output format for GHA (#64)
1 parent d7405c6 commit 3d394be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-source-image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ jobs:
270270
nextversion=$nextversion"-alpha."$git_hash
271271
fi;
272272
273-
echo "::set-output name=next_version::$nextversion"
273+
echo "next_version=$nextversion" >> $GITHUB_OUTPUT
274274
275275
- name: Publish version as a tag
276276
run: |

0 commit comments

Comments
 (0)