Skip to content

Commit

Permalink
Remove usage of ::set-output in GitHub Actions (#1422)
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed May 31, 2023
1 parent c4a13f3 commit 8fbd3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch_alias.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
echo "Last tag was $TAG"
ARR=(${TAG//./ })
ARR[1]=$((${ARR[1]}+1))
echo ::set-output name=alias::${ARR[0]}.${ARR[1]}
echo "alias=${ARR[0]}.${ARR[1]}" >> $GITHUB_OUTPUT
- name: Checkout main repo
run: |
Expand Down

0 comments on commit 8fbd3c8

Please sign in to comment.