Skip to content

Commit ba4b039

Browse files
committed
.github/workflows: Include supporters in release.
1 parent b048c01 commit ba4b039

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
fetch-depth: 0
2727
- run: pipx install poetry
2828
- 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 }}
2934
- name: Build firmware
3035
run: |
3136
export MICROPY_GIT_TAG=ci-release-${{ github.run_number }}-$(git describe --tags --dirty --always --exclude "@pybricks/*")

0 commit comments

Comments
 (0)