Skip to content

Commit 6a34cfb

Browse files
authored
Merge pull request #439 from huniafatima-arbi/huniafatima/replace-deprecated-github-actions
fix: replace deprecated github actions
2 parents d0ecdd7 + d47f181 commit 6a34cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Extract branch name
4242
shell: bash
43-
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
43+
run: echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_OUTPUT
4444
id: extract_branch
4545

4646
- name: Preview semantic-release version

0 commit comments

Comments
 (0)