Skip to content

Commit

Permalink
Merge pull request #439 from huniafatima-arbi/huniafatima/replace-dep…
Browse files Browse the repository at this point in the history
…recated-github-actions

fix: replace deprecated github actions
  • Loading branch information
UsamaSadiq authored Jul 10, 2024
2 parents d0ecdd7 + d47f181 commit 6a34cfb
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 @@ -40,7 +40,7 @@ jobs:

- 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
Expand Down

0 comments on commit 6a34cfb

Please sign in to comment.