Skip to content

Commit

Permalink
Use year and month prefixes for version
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Dec 18, 2023
1 parent 43d2cd7 commit 4b3b953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/debug-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
node-version: 18

- name: Set version
run: echo "VERSION=`date +%Y-%m-%dT%H:%M`" >> $GITHUB_ENV
run: echo "VERSION=`date +%Y/%m/%Y-%m-%dT%H:%M`" >> $GITHUB_ENV

- name: Build debug client
working-directory: client-next
Expand Down

0 comments on commit 4b3b953

Please sign in to comment.