Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
robin7331 committed Apr 18, 2022
2 parents 54fd43e + 6775b1d commit c27c034
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pixel_pump_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ jobs:
name: Release
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
draft: true
title: "Pixel Pump Dev Build"
automatic_release_tag: latest
files: |
micropython/ports/rp2/build-PICO/firmware.uf2
micropython/ports/rp2/build-PICO/firmware-blank.uf2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pixel_pump_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
draft: true
title: "Pixel Pump Release Build"
files: |
micropython/ports/rp2/build-PICO/firmware.uf2
Expand Down

0 comments on commit c27c034

Please sign in to comment.