Skip to content

Commit

Permalink
My previous CalVers scheme was not PEP440 compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
tombreit committed Dec 30, 2024
1 parent de94160 commit a2bb6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tagging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
VERSION=v$(date +'%Y-%m-%d')-$(git rev-parse --short HEAD)
VERSION=v$(date +'%Y.%m').$(git rev-parse --short HEAD)
# Store the tag name in an environment variable for later use/steps
echo "TAG_NAME=$VERSION" >> $GITHUB_ENV
git tag -a "$VERSION" -m "Release $VERSION"
Expand Down

0 comments on commit a2bb6a2

Please sign in to comment.