Skip to content

Commit a2a35bd

Browse files
STRRLclaude
andcommitted
ci(workflows): migrate to GITHUB_OUTPUT in release-helm workflow
Update release-helm workflow to use the modern $GITHUB_OUTPUT file format instead of the deprecated ::set-output command for setting workflow outputs in GitHub Actions. Co-Authored-By: Claude <[email protected]>
1 parent 2925412 commit a2a35bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
GIT_TAG=${GITHUB_REF##*/}
1919
VERSION=${GIT_TAG##v}
20-
echo "::set-output name=version::$(echo $VERSION)"
20+
echo "version=$VERSION" >> $GITHUB_OUTPUT
2121
- name: Publish Helm chart
2222
uses: stefanprodan/helm-gh-pages@master
2323
with:

0 commit comments

Comments
 (0)