diff --git a/.github/workflows/cross_comp_ubuntu.yaml b/.github/workflows/cross_comp_ubuntu.yaml index 39485d6..f1b35a1 100644 --- a/.github/workflows/cross_comp_ubuntu.yaml +++ b/.github/workflows/cross_comp_ubuntu.yaml @@ -34,6 +34,7 @@ jobs: run: | TAG="v$(date +'%Y%m%d%H%M%S')" # Example tag format: vYYYYMMDDHHMMSS git tag $TAG + git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git git push origin $TAG env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -60,4 +61,3 @@ jobs: tag_name: ${{ steps.tag.outputs.TAG }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -