Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tri2820 committed Oct 18, 2024
1 parent a11b755 commit 7bacef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/render_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Get current date
id: current_date
run: echo "current_date=$(date +'%d%m%y - %H%M')" >> $GITHUB_ENV
run: echo "current_date=$(date +'%d%m%y%H%M')" >> $GITHUB_ENV

- name: Create Release and Upload Assets
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 7bacef7

Please sign in to comment.