Skip to content

Commit ec23d09

Browse files
Gal TopperGal Topper
Gal Topper
and
Gal Topper
authored
Replace set-env due to GHA API change. (#546)
Co-authored-by: Gal Topper <[email protected]>
1 parent c533620 commit ec23d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
100100
- name: Set TSDB_LABEL to release tag
101101
run: |
102-
echo "::set-env name=TSDB_LABEL::${{ steps.release_info.outputs.REF_TAG }}"
102+
echo "TSDB_LABEL=${{ steps.release_info.outputs.REF_TAG }}" >> $GITHUB_ENV
103103
104104
- uses: actions/checkout@v2
105105

0 commit comments

Comments
 (0)