Skip to content

Commit f568402

Browse files
authored
Merge pull request #547 from v3io/development
Development
2 parents 61706a3 + ec23d09 commit f568402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)