We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d629c22 commit 529ae9eCopy full SHA for 529ae9e
.github/workflows/test-pull-request.yml
@@ -33,7 +33,7 @@ jobs:
33
run: |
34
echo "REACT_APP_NAME=Pybricks Labs" >> $GITHUB_ENV
35
echo "REACT_APP_SUFFIX=-labs" >> $GITHUB_ENV
36
- echo "REACT_APP_VERSION=$GITHUB_SHA" >> $GITHUB_ENV
+ echo "REACT_APP_VERSION=$(date --iso)-$GITHUB_SHA" >> $GITHUB_ENV
37
- run: yarn build
38
- uses: actions/upload-artifact@v6
39
with:
0 commit comments