Skip to content

Commit

Permalink
PI-812 fix format of version date (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
asennes authored Dec 18, 2024
1 parent c27d721 commit 99dc425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continious_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v3

- name: Set current date as env variable
run: echo "VERSION_DATE=$(date +'%d.%m.%Y')" >> $GITHUB_ENV
run: echo "VERSION_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV

- name: Set current short hash as env variable
run: echo "VERSION_NO=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ fh:

version.no: "1.0.0"

version.date: "01.01.1970"
version.date: "2024-12-31"

0 comments on commit 99dc425

Please sign in to comment.