Skip to content

Commit

Permalink
Replace deprecated command with environment file (#642)
Browse files Browse the repository at this point in the history
Signed-off-by: Jongwoo Han <[email protected]>
  • Loading branch information
jongwooo authored Dec 6, 2023
1 parent d470e45 commit 4150c50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
TAG: ${{ github.ref }}
run: |
version=${TAG:10}
echo "::set-output name=version::$version"
echo "version=$version" >> $GITHUB_OUTPUT
build-clickhouse-monitor:
runs-on: [ubuntu-latest]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/process_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
TAG: ${{ github.ref }}
run: |
version=${TAG:10}
echo "::set-output name=version::$version"
echo "version=$version" >> $GITHUB_OUTPUT
- name: Update Helm index with Theia archive
uses: benc-uk/workflow-dispatch@v121
with:
Expand Down

0 comments on commit 4150c50

Please sign in to comment.