diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9e6b67e1ae..9598810657 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: run: npm ci - name: Extract branch name shell: bash - run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" + run: echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_OUTPUT id: extract_branch - name: Run versioning script run: . ./scripts/github/deploy.sh