File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 2828 server-id : github # Value of the distributionManagement/repository/id field of the pom.xml
2929 settings-path : ${{ github.workspace }} # location for the settings.xml file
3030
31+ - name : Set timezone to specific region
32+ run : echo "TZ=America/New_York" >> $GITHUB_ENV
33+
3134 - name : Setup Gradle
3235 uses : gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
3336
Original file line number Diff line number Diff line change 2828 server-id : github # Value of the distributionManagement/repository/id field of the pom.xml
2929 settings-path : ${{ github.workspace }} # location for the settings.xml file
3030
31+ - name : Set timezone to specific region
32+ run : echo "TZ=America/New_York" >> $GITHUB_ENV
33+
3134 - name : Setup Gradle
3235 uses : gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
3336
You can’t perform that action at this time.
0 commit comments