public: add icons with beta badge

This makes it easier to tell versions apart when beta and non-beta are
installed at the same time.

Fixes: https://github.com/pybricks/support/issues/375
This commit is contained in:
David Lechner
2021-07-08 16:46:36 -05:00
parent 2ba6d88c49
commit a0467aed4c
6 changed files with 7 additions and 9 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ jobs:
- name: Set env to beta
if: contains(github.ref, '-beta.') || contains(github.ref, '-rc.')
run: |
echo "REACT_APP_NAME=Pybricks Code (Beta)" >> $GITHUB_ENV
echo "REACT_APP_NAME=Pybricks Beta" >> $GITHUB_ENV
echo "REACT_APP_SUFFIX=-beta" >> $GITHUB_ENV
- uses: actions/setup-node@v1
with:
node-version: '12.x'