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 b048c01 commit ba4b039Copy full SHA for ba4b039
1 file changed
.github/workflows/release.yml
@@ -26,6 +26,11 @@ jobs:
26
fetch-depth: 0
27
- run: pipx install poetry
28
- run: poetry install --only=build
29
+ - name: Create credits file
30
+ run: |
31
+ echo "$PYBRICKS_EV3_CREDITS" > bricks/ev3/ci_credits.txt
32
+ env:
33
+ PYBRICKS_EV3_CREDITS: ${{ secrets.PYBRICKS_EV3_CREDITS }}
34
- name: Build firmware
35
run: |
36
export MICROPY_GIT_TAG=ci-release-${{ github.run_number }}-$(git describe --tags --dirty --always --exclude "@pybricks/*")
0 commit comments