diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc47977252c..c06d291509e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,8 +35,11 @@ jobs: uses: codecov/codecov-action@v3 - name: Extract branch name shell: bash - run: echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_ENV + run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" id: extract_branch + - name: Branch variables + id: step_two + run: printf '%s\n' "===============> $name <===============" - name: Preview semantic-release version env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}