Skip to content

Commit

Permalink
fix: replace set-output github actions (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: Usama Sadiq <usama.sadiq@arbisoft.com>
  • Loading branch information
huniafatima-arbi and UsamaSadiq authored Jul 10, 2024
1 parent a0d032d commit 3cf84b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: codecov/codecov-action@v4
- 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: Preview semantic-release version
env:
Expand Down

0 comments on commit 3cf84b8

Please sign in to comment.