Skip to content

Commit b01a992

Browse files
committed
Release in Pacific time
1 parent 4b44673 commit b01a992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set variables
3636
shell: bash
3737
run: |
38-
ISODATE=$(date +"%Y-%m-%d")
38+
ISODATE=$(TZ=US/Pacific date +"%Y-%m-%d")
3939
echo "ISODATE=$ISODATE" >> $GITHUB_ENV
4040
echo "QUERY_FILENAME=$ISODATE-queries.tar.xz" >> $GITHUB_ENV
4141

0 commit comments

Comments
 (0)