Skip to content

Commit

Permalink
Update cross_comp_ubuntu.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RGGH authored Nov 13, 2024
1 parent d2ad098 commit 1cde877
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cross_comp_ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Create a new tag
id: tag
run: |
TAG="v$(date +'%Y%m%d%H%M%S')" # Example tag format: vYYYYMMDDHHMMSS
TAG="Ubuntu" # Set the tag to "Ubuntu" for consistency
git tag $TAG
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
git push origin $TAG
Expand Down Expand Up @@ -65,4 +65,3 @@ jobs:
tag_name: ${{ env.TAG }} # Ensure the tag is passed here too
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1cde877

Please sign in to comment.