We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c530fb + b62d39d commit 971318aCopy full SHA for 971318a
1 file changed
.github/workflows/CI.yml
@@ -72,7 +72,7 @@ jobs:
72
exit 1
73
fi
74
done
75
- echo "::set-output name=tag_name::CI-${GITHUB_SHA::7}"
+ echo "tag_name=CI-${GITHUB_SHA::7}" >> "$GITHUB_OUTPUT"
76
- name: Create Release
77
env:
78
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments