We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b470b6b commit 4ab2e70Copy full SHA for 4ab2e70
.github/workflows/branch_alias.yml
@@ -23,7 +23,7 @@ jobs:
23
echo "Last tag was $TAG"
24
ARR=(${TAG//./ })
25
ARR[1]=$((${ARR[1]}+1))
26
- echo ::set-output name=alias::${ARR[0]}.${ARR[1]}
+ echo "alias=${ARR[0]}.${ARR[1]}" >> $GITHUB_OUTPUT
27
28
- name: Checkout main repo
29
run: |
0 commit comments