Skip to content

Commit

Permalink
release: Update calver
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Sep 25, 2024
1 parent 15e146f commit 6ed1c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Checkout push-to-registry action github repository
- name: Set Calver Date
run: |
echo "builddate=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
echo "builddate=$(date +'%Y.%m.%d')" >> $GITHUB_OUTPUT
id: version
- name: Checkout Push to Registry action
uses: actions/checkout@v4
Expand Down

0 comments on commit 6ed1c2a

Please sign in to comment.