Skip to content

Commit

Permalink
[workflow] updated version format
Browse files Browse the repository at this point in the history
  • Loading branch information
PanosK92 committed Jan 16, 2025
1 parent 30ec5e3 commit 3d8b090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

- name: Get date and time for versioning
id: get_datetime
run: echo "version=$(date +'%Y.%m.%d-%H.%M')" >> $GITHUB_OUTPUT
run: echo "version=$(date +'%Y.%m.%d.%H.%M')" >> $GITHUB_OUTPUT

- name: Publish release
uses: "marvinpinto/action-automatic-releases@latest"
Expand Down

0 comments on commit 3d8b090

Please sign in to comment.