Skip to content

Commit

Permalink
Fixed wrong timezone when sending build files to release
Browse files Browse the repository at this point in the history
  • Loading branch information
henrique-coder committed Dec 27, 2024
1 parent e7a6fbf commit 2301f76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:
- name: ✅ Validate Metadata
run: twine check dist/*

- name: 🌍 Set Timezone
uses: szenius/set-timezone@v2.0
with:
timezoneLinux: "UTC"

- name: 🚀 Create Release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 2301f76

Please sign in to comment.