Skip to content

Commit

Permalink
fix: remove the Z from the end of the dates
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Feb 15, 2025
1 parent c7e0b0b commit 7fb9dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/brew-tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
id: date
run: |
set -x
echo "date=$(date -u +%Y\-%m\-%d\T%H\:%M\:%S\Z)" >> $GITHUB_OUTPUT
echo "tag_date=$(date -u +%Y\-%m\-%d-%H-%M-%S\Z)" >> $GITHUB_OUTPUT
echo "date=$(date -u +%Y\-%m\-%d\T%H\:%M\:%S)" >> $GITHUB_OUTPUT
echo "tag_date=$(date -u +%Y\-%m\-%d-%H-%M-%S)" >> $GITHUB_OUTPUT
- name: Create Release
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2
Expand Down

0 comments on commit 7fb9dbf

Please sign in to comment.