Skip to content

Commit

Permalink
Update versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefino9488 committed Jun 6, 2024
1 parent 0d89bdb commit f1d6793
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
id: version
run: |
DATE=$(date +'%Y%m%d')
SHORT_SHA=$(git rev-parse --short HEAD)
VERSION="v2-${DATE}-${SHORT_SHA}"
VERSION="v2-${DATE}"
echo "::set-output name=version::$VERSION"
- name: Set Git user info
Expand Down

0 comments on commit f1d6793

Please sign in to comment.