Skip to content

Commit

Permalink
Fix workflow (timezone)
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilleB79 committed Oct 9, 2024
1 parent d389f90 commit 8fbc666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set my timezone # Useful when I push a release tag containing the date of today.
uses: szenius/set-timezone@v2
uses: szenius/set-timezone@v2.0
with:
timezoneLinux: "Europe/Paris"
#- name: Test timezone
Expand Down

0 comments on commit 8fbc666

Please sign in to comment.