File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8585 TAG_NAME="v${{ env.VERSION }}"
8686 echo "Creating new tag: $TAG_NAME"
8787 git tag $TAG_NAME
88- git push origin $TAG_NAME
88+ git push https://${{ secrets.PAT_GITHUB }}@github.com/${{ github.repository }} $TAG_NAME
8989
9090 - name : Create Release
9191 if : env.NEW_RELEASE == 'true'
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <coverage version =" 7.6.12" timestamp =" 1741741391345 " lines-valid =" 1255" lines-covered =" 72" line-rate =" 0.05737" branches-covered =" 0" branches-valid =" 0" branch-rate =" 0" complexity =" 0" >
2+ <coverage version =" 7.6.12" timestamp =" 1741741451266 " lines-valid =" 1255" lines-covered =" 72" line-rate =" 0.05737" branches-covered =" 0" branches-valid =" 0" branch-rate =" 0" complexity =" 0" >
33 <!-- Generated by coverage.py: https://coverage.readthedocs.io/en/7.6.12 -->
44 <!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
55 <sources >
You can’t perform that action at this time.
0 commit comments