Skip to content

Commit

Permalink
chore: fix release workflow
Browse files Browse the repository at this point in the history
another sloppy mistake made brought to you by sleep deprivation
  • Loading branch information
abdallahmehiz committed Aug 31, 2024
1 parent fd71cdc commit b4099e3
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 @@ -28,7 +28,7 @@ jobs:
set -e
timestamp=`date +%s`
echo "timestamp=$timestamp" >> gradle.properties
echo -e "\ntimestamp=$timestamp" >> gradle.properties
echo "BUILD_TIMESTAMP=$timestamp" >> $GITHUB_ENV
chmod +x ./gradlew
Expand Down

0 comments on commit b4099e3

Please sign in to comment.