Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/main.yml
  • Loading branch information
dadyan4 committed Dec 20, 2024
1 parent 69fff2f commit b5512ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set Version, Build Number, and Repository Name
id: set_version
run: |
VERSION="prod_"
VERSION="prod_1.0"
REPO_NAME="${{ github.repository }}" # Fetch the full repository name (owner/repo)
REPO_NAME_ONLY=$(echo $REPO_NAME | cut -d '/' -f 2) # Extract just the repo name (after /)
BUILD_NUMBER=${{ github.run_number }}
Expand All @@ -38,7 +38,7 @@ jobs:
fi
# Combine version and build number
TAG="$REPO_NAME_ONLY:$VERSION-build.$BUILD_NUMBER"
TAG="$REPO_NAME_ONLY_$VERSION_build.$BUILD_NUMBER"
# Export variables
echo "VERSION=$VERSION" >> $GITHUB_ENV
Expand Down

0 comments on commit b5512ae

Please sign in to comment.