We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b44673 commit b01a992Copy full SHA for b01a992
.github/workflows/release.yaml
@@ -35,7 +35,7 @@ jobs:
35
- name: Set variables
36
shell: bash
37
run: |
38
- ISODATE=$(date +"%Y-%m-%d")
+ ISODATE=$(TZ=US/Pacific date +"%Y-%m-%d")
39
echo "ISODATE=$ISODATE" >> $GITHUB_ENV
40
echo "QUERY_FILENAME=$ISODATE-queries.tar.xz" >> $GITHUB_ENV
41
0 commit comments